Skip to content

Commit

Permalink
Fixed compiler warning about comma at end of enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jan 30, 2017
1 parent 52e9c42 commit 4e3fa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_joystick.h
Expand Up @@ -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
Expand Down

0 comments on commit 4e3fa7b

Please sign in to comment.