main exits instead of returns. Bloody SUNs

This commit is contained in:
ceriel 1987-03-05 15:22:05 +00:00
parent 574c6cc3be
commit 93a785cfaa

View File

@ -105,7 +105,7 @@ main(argc, argv)
hash_stat();
#endif DEBUG
return err_occurred;
exit(err_occurred);
}
char *source = 0;