Updated the name of the iOS platform

This commit is contained in:
Sam Lantinga 2013-08-07 14:00:41 -07:00
parent ff5cf27049
commit b03f072d95

View file

@ -429,7 +429,7 @@ SDL_GetPlatform()
#elif __WIN32__ #elif __WIN32__
return "Windows"; return "Windows";
#elif __IPHONEOS__ #elif __IPHONEOS__
return "iPhone OS"; return "iOS";
#elif __PSP__ #elif __PSP__
return "PlayStation Portable"; return "PlayStation Portable";
#else #else