mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-25 21:26:41 +08:00
Add exit(0) to the end of all programs.
This commit is contained in:
@@ -61,5 +61,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
fprintf(stdout, "|\n");
|
||||
}
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user