Mercurial > sdl-ios-xcode
diff include/SDL_video.h @ 3677:cec9ea711294
Fixed compiler warning
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 18 Jan 2010 14:16:47 +0000 |
parents | 847549156244 |
children | 64ce267332c6 |
line wrap: on
line diff
--- a/include/SDL_video.h Mon Jan 18 14:12:29 2010 +0000 +++ b/include/SDL_video.h Mon Jan 18 14:16:47 2010 +0000 @@ -1140,7 +1140,7 @@ /** * \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.