Use EXIT_SUCCESS Instead Of 0

This commit is contained in:
TheBrokenRail 2021-02-21 15:07:22 -05:00
parent f8836fb2ae
commit 615a3a28a0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ int SDL_Init(__attribute__((unused)) uint32_t flags) {
}
void SDL_Quit() {
exit(0);
exit(EXIT_SUCCESS);
}
// Event Queue