Documentation: fix minor gamecontroller parameter warning

This commit is contained in:
Sylvain Becker 2020-11-08 10:22:27 +01:00
parent 731a5d1c53
commit b198febb62

View File

@ -422,7 +422,7 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GameControllerHasLED(SDL_GameController *ga
/**
* Update a controller's LED color.
*
* \param controller The joystick to update
* \param gamecontroller The joystick to update
* \param red The intensity of the red LED
* \param green The intensity of the green LED
* \param blue The intensity of the blue LED