Add missing `(void)` in functions params

main
Susko3 2023-12-26 21:18:02 +01:00 committed by Sam Lantinga
parent a3c8f2f6cb
commit c2a55cd2c5
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ typedef enum
SDL_MOUSE_EVENT_SOURCE_PEN,
} SDL_MOUSE_EVENT_SOURCE;
static SDL_MOUSE_EVENT_SOURCE GetMouseMessageSource()
static SDL_MOUSE_EVENT_SOURCE GetMouseMessageSource(void)
{
LPARAM extrainfo = GetMessageExtraInfo();
/* Mouse data (ignoring synthetic mouse events generated for touchscreens) */