Updated source to not contain new line

This commit is contained in:
2026-03-19 19:48:36 +08:00
parent 90d76b585c
commit 80d0a2cd0e

View File

@ -118,4 +118,4 @@ int main(int argc, char* argv[]) {
SDL_DestroyWindow(window); SDL_DestroyWindow(window);
SDL_Quit(); SDL_Quit();
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }