From f9149e75539d4031e25a3d65e6df8609b52f180f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 2 Nov 2012 14:00:44 -0400 Subject: [PATCH] Fixed compiler warnings about "/*" inside a multi-line comment. --- include/SDL_system.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/SDL_system.h b/include/SDL_system.h index 2fd12c291..daa14f7fc 100644 --- a/include/SDL_system.h +++ b/include/SDL_system.h @@ -43,11 +43,7 @@ extern "C" { /* *INDENT-ON* */ #endif -/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* -/* Platform specific functions for iOS -/* -/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +/* Platform specific functions for iOS */ #if __IPHONEOS__ extern DECLSPEC int SDLCALL SDL_iPhoneSetAnimationCallback(SDL_Window * window, int interval, void (*callback)(void*), void *callbackParam);