Fixed compiler warning

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404430
This commit is contained in:
Sam Lantinga 2010-01-18 14:16:47 +00:00
parent 8b1ff7b169
commit de14fdf2e4

View file

@ -1140,7 +1140,7 @@ extern DECLSPEC int SDLCALL SDL_GetRenderDrawBlendMode(int *blendMode);
/**
* \brief Clear the current rendering target with the drawing color
*/
extern DECLSPEC int SDLCALL SDL_RenderClear();
extern DECLSPEC int SDLCALL SDL_RenderClear(void);
/**
* \brief Draw a point on the current rendering target.