Mark internal function as static

This commit is contained in:
Sam Lantinga 2022-01-10 10:50:59 -08:00
parent 3e1b3bc344
commit d8129c5698
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ SDL_FlushEvents(Uint32 minType, Uint32 maxType)
}
/* Run the system dependent event loops */
void
static void
SDL_PumpEventsInternal(SDL_bool push_sentinel)
{
SDL_VideoDevice *_this = SDL_GetVideoDevice();