mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-04 19:07:40 +00:00
Removing trailing commas in enums in SDL headers
Trailing commas in enums is a C99 feature. This commit removes them in SDL headers for ANSI compatibility.
This commit is contained in:
parent
be6b8dead4
commit
b98116a996
5 changed files with 6 additions and 6 deletions
|
@ -672,7 +672,7 @@ typedef enum SDL_Colorspace
|
|||
SDL_COLORSPACE_RGB_DEFAULT = SDL_COLORSPACE_SRGB,
|
||||
|
||||
/* The default colorspace for YUV surfaces if no colorspace is specified */
|
||||
SDL_COLORSPACE_YUV_DEFAULT = SDL_COLORSPACE_JPEG,
|
||||
SDL_COLORSPACE_YUV_DEFAULT = SDL_COLORSPACE_JPEG
|
||||
|
||||
} SDL_Colorspace;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue