diff include/SDL_power.h @ 3428:78475292e059

Fixed gcc warning
author Sam Lantinga <slouken@libsdl.org>
date Mon, 09 Nov 2009 15:12:31 +0000
parents d3baf5ac4e37
children f7b03b6838cb
line wrap: on
line diff
--- a/include/SDL_power.h	Mon Nov 09 05:20:11 2009 +0000
+++ b/include/SDL_power.h	Mon Nov 09 15:12:31 2009 +0000
@@ -48,7 +48,7 @@
     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;