Fixed compiler warning about comma at end of enum.
This commit is contained in:
parent
99ebb7ea43
commit
e11f2ffc26
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ typedef enum
|
|||
SDL_JOYSTICK_TYPE_DANCE_PAD,
|
||||
SDL_JOYSTICK_TYPE_GUITAR,
|
||||
SDL_JOYSTICK_TYPE_DRUM_KIT,
|
||||
SDL_JOYSTICK_TYPE_ARCADE_PAD,
|
||||
SDL_JOYSTICK_TYPE_ARCADE_PAD
|
||||
} SDL_JoystickType;
|
||||
|
||||
typedef enum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue