From 6c2c01e0d1f7bc8c161dda26d983bd270ce0d176 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 31 Aug 2022 15:04:12 -0700 Subject: [PATCH] Fixed documentation to match function parameter --- include/SDL_joystick.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_joystick.h b/include/SDL_joystick.h index d6531699e..72c6604df 100644 --- a/include/SDL_joystick.h +++ b/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. *