mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 01:47:41 +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
|
@ -107,7 +107,7 @@ typedef enum
|
|||
SDL_JOYSTICK_CONNECTION_INVALID = -1,
|
||||
SDL_JOYSTICK_CONNECTION_UNKNOWN,
|
||||
SDL_JOYSTICK_CONNECTION_WIRED,
|
||||
SDL_JOYSTICK_CONNECTION_WIRELESS,
|
||||
SDL_JOYSTICK_CONNECTION_WIRELESS
|
||||
} SDL_JoystickConnectionState;
|
||||
|
||||
#define SDL_JOYSTICK_AXIS_MAX 32767
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue