Skip to content

Commit

Permalink
s/iPhoneOS/iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 17, 2014
1 parent 245e125 commit ccce6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/power/uikit/SDL_syspower.m
Expand Up @@ -88,7 +88,7 @@

const float level = [uidev batteryLevel];
*percent = ( (level < 0.0f) ? -1 : ((int) ((level * 100) + 0.5f)) );
return SDL_TRUE; /* always the definitive answer on iPhoneOS. */
return SDL_TRUE; /* always the definitive answer on iOS. */
}

#endif /* SDL_POWER_UIKIT */
Expand Down

0 comments on commit ccce6fb

Please sign in to comment.