mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-29 04:21:03 +08:00
Fixed pedantic warning: comma at end of enumerator list
Fixes https://github.com/libsdl-org/SDL/issues/7878
This commit is contained in:
@@ -202,7 +202,7 @@ typedef enum
|
||||
SDL_FOLDER_TEMPLATES,
|
||||
/** Video files that can be played using a standard video player (mp4,
|
||||
webm...). */
|
||||
SDL_FOLDER_VIDEOS,
|
||||
SDL_FOLDER_VIDEOS
|
||||
} SDL_Folder;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user