瀏覽代碼

include/SDL_video.h: Remove a comma at end of enumerator list

YuGiOhJCJ 4 年之前
父節點
當前提交
966728db2a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL_video.h

+ 1 - 1
include/SDL_video.h

@@ -207,7 +207,7 @@ typedef enum
 {
     SDL_FLASH_CANCEL,                   /**< Cancel any window flash state */
     SDL_FLASH_BRIEFLY,                  /**< Flash the window briefly to get attention */
-    SDL_FLASH_UNTIL_FOCUSED,            /**< Flash the window until it gets focus */
+    SDL_FLASH_UNTIL_FOCUSED             /**< Flash the window until it gets focus */
 } SDL_FlashOperation;
 
 /**