Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compiler warnings about "/*" inside a multi-line comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 2, 2012
1 parent fbcb217 commit f9149e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions include/SDL_system.h
Expand Up @@ -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);
Expand Down

0 comments on commit f9149e7

Please sign in to comment.