Mercurial > sdl-ios-xcode
changeset 4877:f191762fb5c6
Fixed typo in header
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 29 Aug 2010 22:22:27 -0700 |
parents | 876f97bc7275 |
children | e1f1b209c196 |
files | include/SDL_video.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_video.h Sun Aug 29 22:12:59 2010 -0700 +++ b/include/SDL_video.h Sun Aug 29 22:22:27 2010 -0700 @@ -1214,7 +1214,7 @@ * * \return 0 on success, or -1 if there is no rendering context current. */ -extern DECLSPEC int SDLCALL SDL_RenderDrawRects(const SDL_Rect ** rect, int count); +extern DECLSPEC int SDLCALL SDL_RenderDrawRects(const SDL_Rect ** rects, int count); /** * \brief Fill a rectangle on the current rendering target with the drawing color.