Add exit(0) to the end of all programs.

This commit is contained in:
trewitt
2002-08-12 17:37:04 +00:00
parent 336d35f91a
commit 5346c79e8c
15 changed files with 30 additions and 0 deletions

View File

@@ -53,5 +53,7 @@ GList *l;
mdb_free_handle(mdb);
mdb_exit();
exit(0);
}