Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SDL_gamecontroller.h: remove comma at end of enumerator list
  • Loading branch information
sezero committed Nov 23, 2019
1 parent 6dce973 commit 6fc3886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_gamecontroller.h
Expand Up @@ -64,7 +64,7 @@ typedef enum
SDL_CONTROLLER_TYPE_XBOXONE,
SDL_CONTROLLER_TYPE_PS3,
SDL_CONTROLLER_TYPE_PS4,
SDL_CONTROLLER_TYPE_NINTENDO_SWITCH_PRO,
SDL_CONTROLLER_TYPE_NINTENDO_SWITCH_PRO
} SDL_GameControllerType;

typedef enum
Expand Down

0 comments on commit 6fc3886

Please sign in to comment.