Add missing (void) in functions params

This commit is contained in:
Susko3 2023-12-26 21:18:02 +01:00 committed by Sam Lantinga
parent bbe4d693eb
commit 38d11e5cc6

View file

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