summaryrefslogtreecommitdiffstats
path: root/maccaml/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'maccaml/errors.c')
-rw-r--r--maccaml/errors.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/maccaml/errors.c b/maccaml/errors.c
index 7545c0acd..9847a9773 100644
--- a/maccaml/errors.c
+++ b/maccaml/errors.c
@@ -27,8 +27,7 @@ void assert_failure (char *condition, char *file, int line)
InitCursor ();
modalkeys = kKeysOK;
StopAlert (kAlertBug, myModalFilterUPP);
- quit_requested = 1;
- exit (0);
+ FinaliseAndQuit ();
}
void XXX (void)