From 4b66494c7bd3c0dd7757e75b282267c51d7129c0 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 31 Jul 2008 15:03:28 +0200 Subject: Fix a typo. --- MLKInterpreter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKInterpreter.m') 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 { -- cgit v1.2.3