summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pamela/pamelad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pamela/pamelad.c b/src/pamela/pamelad.c
index f515841..dd8ec17 100644
--- a/src/pamela/pamelad.c
+++ b/src/pamela/pamelad.c
@@ -301,7 +301,7 @@ static void do_op (char type, int num)
break ;
}
put(s, 2) ;
- if (type == PAMELA_OP_END) _exit(0) ;
+ if (type == PAMELA_OP_END) cont = 0 ;
}