From ceed0aac74ac7c2a97b5a18d80c08c1ec013045b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 29 Aug 2010 22:22:27 -0700 Subject: [PATCH] Fixed typo in header --- include/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index 46a51da13..867ad3e1b 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -1214,7 +1214,7 @@ extern DECLSPEC int SDLCALL SDL_RenderDrawRect(const SDL_Rect * rect); * * \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.