diff options
-rw-r--r-- | MLKInterpreter.m | 2 |
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 { |