From ab950b4167bd595e82109bbcd06754ef2a091a44 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 7 Aug 2013 14:00:41 -0700 Subject: [PATCH] Updated the name of the iOS platform --- src/SDL.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDL.c b/src/SDL.c index 281710b45..d8c05fb5b 100644 --- a/src/SDL.c +++ b/src/SDL.c @@ -429,7 +429,7 @@ SDL_GetPlatform() #elif __WIN32__ return "Windows"; #elif __IPHONEOS__ - return "iPhone OS"; + return "iOS"; #elif __PSP__ return "PlayStation Portable"; #else