diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-07-31 15:03:28 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-07-31 15:03:28 +0200 |
commit | 4b66494c7bd3c0dd7757e75b282267c51d7129c0 (patch) | |
tree | 3daeaea44a5f71888d827dc45c87f104f1a5a851 | |
parent | fae93c68ddb1c7cbc800f0d17eea8f2bb103a281 (diff) |
Fix a typo.
-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 { |