# HG changeset patch # User Sam Lantinga # Date 1283145747 25200 # Node ID f191762fb5c6aea773482d723a97ad5b56c3cfdb # Parent 876f97bc72751902aab10299878be6c480f44869 Fixed typo in header diff -r 876f97bc7275 -r f191762fb5c6 include/SDL_video.h --- 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.