浏览代码

Fixed documentation to match function parameter

Sam Lantinga 3 年之前
父节点
当前提交
6c2c01e0d1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/SDL_joystick.h

+ 2 - 2
include/SDL_joystick.h

@@ -662,8 +662,8 @@ extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetGUIDFromString(const cha
  *                available
  * \param version A pointer filled in with the device version, or 0 if not
  *                available
- * \param crc A pointer filled in with a CRC used to distinguish different
- *            products with the same VID/PID, or 0 if not available
+ * \param crc16 A pointer filled in with a CRC used to distinguish different
+ *              products with the same VID/PID, or 0 if not available
  *
  * \since This function is available since SDL 2.26.0.
  *