소스 검색

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

Ryan C. Gordon 12 년 전
부모
커밋
cb403ab660
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/SDL_syswm.h

+ 1 - 1
include/SDL_syswm.h

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