Added an exit form main

This commit is contained in:
ceriel 1987-03-09 12:54:03 +00:00
parent 839be66f85
commit ead0c95f43

View file

@ -45,4 +45,5 @@ char **argv;
} }
/* process em object files */ /* process em object files */
simpleprogram(); simpleprogram();
exit(0);
} }