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:
@@ -49,5 +49,7 @@ MdbCatalogEntry entry;
|
||||
mdb_free_handle(mdb);
|
||||
mdb_exit();
|
||||
#endif
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user