summaryrefslogtreecommitdiff
path: root/MLKInterpreter.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-31 15:03:28 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-31 15:03:28 +0200
commit4b66494c7bd3c0dd7757e75b282267c51d7129c0 (patch)
tree3daeaea44a5f71888d827dc45c87f104f1a5a851 /MLKInterpreter.m
parentfae93c68ddb1c7cbc800f0d17eea8f2bb103a281 (diff)
Fix a typo.
Diffstat (limited to 'MLKInterpreter.m')
-rw-r--r--MLKInterpreter.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKInterpreter.m b/MLKInterpreter.m
index 718df93..74a2fe1 100644
--- a/MLKInterpreter.m
+++ b/MLKInterpreter.m
@@ -505,7 +505,7 @@ static MLKSymbol *_LOOP;
with:[MLKCons
cons:[MLKCons cons:DECLARE
with:declarations]
- with:[[result objectAtIndex:0] cdr]]]);
+ with:[[result objectAtIndex:0] cdr]]]]);
}
else
{