mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-04-21 11:18:51 -05:00
added returns
This commit is contained in:
@@ -154,7 +154,8 @@ int main(int argc, char** argv) {
|
||||
delete Game::server;
|
||||
delete Game::logger;
|
||||
|
||||
return 0;
|
||||
exit(EXIT_SUCCESS);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
dLogger * SetupLogger() {
|
||||
|
||||
Reference in New Issue
Block a user