changeset 3677:cec9ea711294

Fixed compiler warning
author Sam Lantinga <slouken@libsdl.org>
date Mon, 18 Jan 2010 14:16:47 +0000
parents 1ab77e93a6c9
children 8e961ef35d4b
files include/SDL_video.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.