main exits instead of returns. Bloody SUNs

This commit is contained in:
ceriel 1987-03-05 15:22:05 +00:00
parent 1ac5d646cf
commit a1c73c0335

View file

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