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

@@ -61,5 +61,7 @@ int main(int argc, char **argv)
}
fprintf(stdout, "|\n");
}
exit(0);
}