diff options
-rw-r--r-- | MLKReadEvalPrintLoop.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MLKReadEvalPrintLoop.m b/MLKReadEvalPrintLoop.m index 32cd5b1..d50b10b 100644 --- a/MLKReadEvalPrintLoop.m +++ b/MLKReadEvalPrintLoop.m @@ -144,7 +144,6 @@ static const char *prompt (EditLine *e) { else printf ("()\n"); } - } NS_HANDLER { @@ -152,7 +151,7 @@ static const char *prompt (EditLine *e) { [[localException name] UTF8String], [[localException reason] UTF8String]); } - NS_ENDHANDLER + NS_ENDHANDLER; RELEASE (pool); } |