mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 02:27:55 +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