Explorar o código

Fixed compiler warning about comma at end of enum.

Philipp Wiesemann %!s(int64=9) %!d(string=hai) anos
pai
achega
4e3fa7b9d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/SDL_joystick.h

+ 1 - 1
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