Fixed compiler warning

This commit is contained in:
Sam Lantinga
2010-01-18 14:16:47 +00:00
parent 05b3cdda94
commit 4416d51d59

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.