Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated the name of the iOS platform
  • Loading branch information
slouken committed Aug 7, 2013
1 parent 38be6aa commit ab950b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDL.c
Expand Up @@ -429,7 +429,7 @@ SDL_GetPlatform()
#elif __WIN32__
return "Windows";
#elif __IPHONEOS__
return "iPhone OS";
return "iOS";
#elif __PSP__
return "PlayStation Portable";
#else
Expand Down

0 comments on commit ab950b4

Please sign in to comment.