Explorar o código

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

Ryan C. Gordon %!s(int64=12) %!d(string=hai) anos
pai
achega
cb403ab660
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/SDL_syswm.h

+ 1 - 1
include/SDL_syswm.h

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