浏览代码

Fixed the parameter documentation

Sam Lantinga 4 年之前
父节点
当前提交
14d58dc890
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL_video.h

+ 1 - 1
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.
  */