mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Fix -Wnewline-eof warnings (#14989)
This commit is contained in:
parent
bf58ff81d8
commit
9fda8f2669
2 changed files with 2 additions and 2 deletions
|
|
@ -477,4 +477,4 @@ SDL_AppResult SDL_AppIterate(void *appstate)
|
|||
void SDL_AppQuit(void *appstate, SDL_AppResult result)
|
||||
{
|
||||
SDL_free(appstate); // just free the memory, SDL will clean up the window/renderer for us.
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue