浏览代码

SDL_video.h (SDL_DisplayEventID): remove comma at end of enumerator list

Ozkan Sezer 5 年之前
父节点
当前提交
3aa418f451
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL_video.h

+ 1 - 1
include/SDL_video.h

@@ -177,7 +177,7 @@ typedef enum
     SDL_DISPLAYEVENT_NONE,          /**< Never used */
     SDL_DISPLAYEVENT_NONE,          /**< Never used */
     SDL_DISPLAYEVENT_ORIENTATION,   /**< Display orientation has changed to data1 */
     SDL_DISPLAYEVENT_ORIENTATION,   /**< Display orientation has changed to data1 */
     SDL_DISPLAYEVENT_CONNECTED,     /**< Display has been added to the system */
     SDL_DISPLAYEVENT_CONNECTED,     /**< Display has been added to the system */
-    SDL_DISPLAYEVENT_DISCONNECTED,  /**< Display has been removed from the system */
+    SDL_DISPLAYEVENT_DISCONNECTED  /**< Display has been removed from the system */
 } SDL_DisplayEventID;
 } SDL_DisplayEventID;
 
 
 typedef enum
 typedef enum