Fixed gcc warning

This commit is contained in:
Sam Lantinga 2009-11-09 15:12:31 +00:00
parent cb3902eb6c
commit b66aacd5f4

View File

@ -48,7 +48,7 @@ typedef enum
SDL_POWERSTATE_ON_BATTERY, /**< Not plugged in, running on the battery */
SDL_POWERSTATE_NO_BATTERY, /**< Plugged in, no battery available */
SDL_POWERSTATE_CHARGING, /**< Plugged in, charging battery */
SDL_POWERSTATE_CHARGED, /**< Plugged in, battery charged */
SDL_POWERSTATE_CHARGED /**< Plugged in, battery charged */
} SDL_PowerState;