Removed comma at end of enum in a public header, to make -Wpedantic happy.

This commit is contained in:
Ryan C. Gordon
2014-04-29 12:00:28 -04:00
parent b1ed36f700
commit df87f9051a

View File

@@ -111,7 +111,7 @@ typedef enum
SDL_SYSWM_UIKIT,
SDL_SYSWM_WAYLAND,
SDL_SYSWM_MIR,
SDL_SYSWM_WINRT,
SDL_SYSWM_WINRT
} SDL_SYSWM_TYPE;
/**