summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 8ab12f3..71beb56 100644
--- a/src/main.c
+++ b/src/main.c
@@ -65,5 +65,5 @@ int main(int argc, char *argv[])
start_game(servermode, addr, port, num_players);
- return EXIT_SUCCESS;
+ exit(EXIT_SUCCESS);
}