main exits instead of returns. Bloody SUNs
This commit is contained in:
@@ -105,7 +105,7 @@ main(argc, argv)
|
||||
hash_stat();
|
||||
#endif DEBUG
|
||||
|
||||
return err_occurred;
|
||||
exit(err_occurred);
|
||||
}
|
||||
|
||||
char *source = 0;
|
||||
|
||||
Reference in New Issue
Block a user