From 14d58dc890317caa98a791866a535abdd5814387 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 27 Jul 2021 14:23:40 -0700 Subject: [PATCH] Fixed the parameter documentation --- include/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index 73bc660cc..b6eb25582 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -1524,7 +1524,7 @@ extern DECLSPEC int SDLCALL SDL_SetWindowHitTest(SDL_Window * window, * Request a window to demand attention from the user. * * \param window the window to be flashed - * \param the flash operation + * \param operation the flash operation * \returns 0 on success or a negative error code on failure; call * SDL_GetError() for more information. */