Fixed compiler warnings about "/*" inside a multi-line comment.

This commit is contained in:
Ryan C. Gordon 2012-11-02 14:00:44 -04:00
parent 6f52124aad
commit 88255b03b8

View file

@ -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);