Documentation fix.

This commit is contained in:
Bob Pendleton 2009-07-02 16:15:55 +00:00
parent ffadc2b7ab
commit 2efcc6f4eb

View File

@ -1156,7 +1156,7 @@ extern DECLSPEC int SDL_SetRenderDrawColor(Uint8 r, Uint8 g, Uint8 b,
Uint8 a);
/**
* \fn void SDL_GetRenderDrawColor(Uint8 r, Uint8 g, Uint8 b, Uint8 a)
* \fn void SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a)
*
* \brief Get the color used for drawing operations (Fill and Line).
*