iris

small scheme interpreter
git clone git://git.2f30.org/iris
Log | Files | Refs | LICENSE

commit b0dcd29a3dcc9e1262e19d6683db213c43e5c071
parent 62ba241c35eec6a3c1734589070ca863023df2ff
Author: sin <sin@2f30.org>
Date:   Thu, 15 May 2014 10:38:27 +0100

Fix comment alignment

Diffstat:
Mparser.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parser.c b/parser.c @@ -261,7 +261,7 @@ eval(struct object *o) struct object *otmp; switch (o->type) { - /* self-evaluating objects */ + /* self-evaluating objects */ case OError: case OEof: case OBoolean: