mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-02-08 22:20:05 +01:00
Fixed compiler warning about comma at end of enum.
This commit is contained in:
parent
52e9c42df9
commit
4e3fa7b9d4
@ -83,7 +83,7 @@ typedef enum
|
|||||||
SDL_JOYSTICK_TYPE_DANCE_PAD,
|
SDL_JOYSTICK_TYPE_DANCE_PAD,
|
||||||
SDL_JOYSTICK_TYPE_GUITAR,
|
SDL_JOYSTICK_TYPE_GUITAR,
|
||||||
SDL_JOYSTICK_TYPE_DRUM_KIT,
|
SDL_JOYSTICK_TYPE_DRUM_KIT,
|
||||||
SDL_JOYSTICK_TYPE_ARCADE_PAD,
|
SDL_JOYSTICK_TYPE_ARCADE_PAD
|
||||||
} SDL_JoystickType;
|
} SDL_JoystickType;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
|
Loading…
Reference in New Issue
Block a user