Skip to content

Commit

Permalink
Fixed documentation to match function parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 31, 2022
1 parent 7861f92 commit 6c2c01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_joystick.h
Expand Up @@ -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.
*
Expand Down

0 comments on commit 6c2c01e

Please sign in to comment.