summaryrefslogtreecommitdiff
path: root/MLKInterpreter.m
diff options
context:
space:
mode:
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
{