Removed comma at end of enum in a public header, to make -Wpedantic happy.
--- a/include/SDL_syswm.h Sat Apr 19 16:33:42 2014 -0700
+++ b/include/SDL_syswm.h Tue Apr 29 12:00:28 2014 -0400
@@ -111,7 +111,7 @@
SDL_SYSWM_UIKIT,
SDL_SYSWM_WAYLAND,
SDL_SYSWM_MIR,
- SDL_SYSWM_WINRT,
+ SDL_SYSWM_WINRT
} SDL_SYSWM_TYPE;
/**