Fixed typo
This commit is contained in:
parent
5ddb72419d
commit
fb23223dc1
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ extern DECLSPEC int SDLCALL SDL_RenderFillRect(SDL_Renderer * renderer,
|
||||||
* \return 0 on success, or -1 on error
|
* \return 0 on success, or -1 on error
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_RenderFillRects(SDL_Renderer * renderer,
|
extern DECLSPEC int SDLCALL SDL_RenderFillRects(SDL_Renderer * renderer,
|
||||||
const SDL_Rect * rect,
|
const SDL_Rect * rects,
|
||||||
int count);
|
int count);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue