Commit d8129c5698cc8936a43100ec0cc2589277538142

Sam Lantinga 2022-01-10T10:50:59

Mark internal function as static

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/events/SDL_events.c b/src/events/SDL_events.c
index a69e5f5..220fe17 100644
--- a/src/events/SDL_events.c
+++ b/src/events/SDL_events.c
@@ -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();