code: small change

isolation_bkp/dynres
Dominik Madarász 2021-01-18 00:35:15 +01:00
parent 138bd6e7fb
commit 5000a11dd1
1 changed files with 1 additions and 1 deletions

View File

@ -72,11 +72,11 @@ int main(int argc, char** argv) {
world_update(); world_update();
} }
zpl_printf("Bye!\n");
IF(network_server_stop()); IF(network_server_stop());
IF(network_destroy()); IF(network_destroy());
IF(world_destroy()); IF(world_destroy());
sighandler_unregister(); sighandler_unregister();
zpl_printf("Bye!\n");
return 0; return 0;
} }