Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed typo in header
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 30, 2010
1 parent bc36668 commit ceed0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_video.h
Expand Up @@ -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.
Expand Down

0 comments on commit ceed0aa

Please sign in to comment.