replace exit(EXIT_SUCCESS); with return 0; at the end of main().

master
Ozkan Sezer 4 years ago committed by Ozkan Sezer
parent c35288c66f
commit 7d2b83ce02
  1. 2
      src/main.c

@ -655,5 +655,5 @@ int main(int argc, char **argv)
sound->deinit();
exit(EXIT_SUCCESS);
return 0;
}

Loading…
Cancel
Save