From 615a3a28a0cc4258602f3ee9e1da98759fcaf9a8 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sun, 21 Feb 2021 15:07:22 -0500 Subject: [PATCH] Use EXIT_SUCCESS Instead Of 0 --- launcher/src/stubs/SDL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/src/stubs/SDL.cpp b/launcher/src/stubs/SDL.cpp index 5546758..29ee20c 100644 --- a/launcher/src/stubs/SDL.cpp +++ b/launcher/src/stubs/SDL.cpp @@ -11,7 +11,7 @@ int SDL_Init(__attribute__((unused)) uint32_t flags) { } void SDL_Quit() { - exit(0); + exit(EXIT_SUCCESS); } // Event Queue