mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
Add exit(0) to the end of all programs.
This commit is contained in:
@@ -158,4 +158,6 @@ main (int argc, char **argv)
|
||||
|
||||
fprintf (stdout, "count = %d\n", count);
|
||||
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user