# HG changeset patch # User Sam Lantinga # Date 1263824207 0 # Node ID cec9ea711294465053c615d770cff2ea83a1e528 # Parent 1ab77e93a6c9f50876154a498f8488f71dfc6037 Fixed compiler warning diff -r 1ab77e93a6c9 -r cec9ea711294 include/SDL_video.h --- 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.