Skip to content
Snippets Groups Projects
Commit 4e01cf1f authored by deuce's avatar deuce
Browse files

Return instead of exit()ing.

parent df3128be
No related branches found
No related tags found
No related merge requests found
...@@ -853,7 +853,6 @@ function main(argc, argv) ...@@ -853,7 +853,6 @@ function main(argc, argv)
savegame(fp); savegame(fp);
fp.close(); fp.close();
} }
exit(0);
} }
main(argc, argv); main(argc, argv);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment