diff --git a/include/SDL_video.h b/include/SDL_video.h index ad318e0c8..b60d412dd 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -638,7 +638,7 @@ extern DECLSPEC float SDLCALL SDL_GetWindowBrightness(SDL_Window * window); * The input is the index into the array, and the output is the 16-bit * gamma value at that index, scaled to the output color precision. * - * \sa SDL_SetWindowGammaRamp() + * \sa SDL_GetWindowGammaRamp() */ extern DECLSPEC int SDLCALL SDL_SetWindowGammaRamp(SDL_Window * window, const Uint16 * red,