summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval.c b/eval.c
index 1ecc5769..050bf54e 100644
--- a/eval.c
+++ b/eval.c
@@ -140,10 +140,10 @@ reader_loop ()
exec_done:
if (current_command)
- {
+ {
dispose_command (current_command);
current_command = (COMMAND *)NULL;
- }
+ }
QUIT;
}