Commit de14fdf2 authored by Sam Lantinga's avatar Sam Lantinga

Fixed compiler warning

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404430
parent 8b1ff7b1
...@@ -1140,7 +1140,7 @@ extern DECLSPEC int SDLCALL SDL_GetRenderDrawBlendMode(int *blendMode); ...@@ -1140,7 +1140,7 @@ extern DECLSPEC int SDLCALL SDL_GetRenderDrawBlendMode(int *blendMode);
/** /**
* \brief Clear the current rendering target with the drawing color * \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. * \brief Draw a point on the current rendering target.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment