From 4e3fa7b9d4ab9b782813627ae71d8c62a0ddb0ad Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Mon, 30 Jan 2017 22:20:20 +0100 Subject: [PATCH] Fixed compiler warning about comma at end of enum. --- include/SDL_joystick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_joystick.h b/include/SDL_joystick.h index d40432e227b19..fb402738685ef 100644 --- a/include/SDL_joystick.h +++ b/include/SDL_joystick.h @@ -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