summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2010-01-18 14:16:47 +0000
committerSam Lantinga <slouken@libsdl.org>2010-01-18 14:16:47 +0000
commitde14fdf2e46403bc151993372fb412a84e6f7166 (patch)
treefffdae4429adda0a728575331ab9334f5ed965ab /include
parent8b1ff7b169651c92f5f472479e4c02b266c64854 (diff)
Fixed compiler warning
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404430
Diffstat (limited to 'include')
-rw-r--r--include/SDL_video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_video.h b/include/SDL_video.h
index 20d82b64..f9b39506 100644
--- a/include/SDL_video.h
+++ b/include/SDL_video.h
@@ -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.