mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Removed comma at end of enum in a public header, to make -Wpedantic happy.
This commit is contained in:
parent
2c784e3639
commit
cb403ab660
@ -111,7 +111,7 @@ typedef enum
|
||||
SDL_SYSWM_UIKIT,
|
||||
SDL_SYSWM_WAYLAND,
|
||||
SDL_SYSWM_MIR,
|
||||
SDL_SYSWM_WINRT,
|
||||
SDL_SYSWM_WINRT
|
||||
} SDL_SYSWM_TYPE;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user