# HG changeset patch # User Ryan C. Gordon # Date 1351879244 14400 # Node ID e0c1f77597e3821f90b18995133e7d656839e774 # Parent b14b66ed5718236ed901e39ee8b678c096c632fb Fixed compiler warnings about "/*" inside a multi-line comment. diff -r b14b66ed5718 -r e0c1f77597e3 include/SDL_system.h --- a/include/SDL_system.h Fri Nov 02 09:28:40 2012 -0700 +++ b/include/SDL_system.h Fri Nov 02 14:00:44 2012 -0400 @@ -43,11 +43,7 @@ /* *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);