Fixed gcc warning
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404164
This commit is contained in:
parent
0e8fa16511
commit
fbaee18c6d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue