Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed comment on SDL_JoystickGetGUIDString().
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 11, 2012
1 parent bfdd55c commit d6a0ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/SDL_joystick.h
Expand Up @@ -110,7 +110,8 @@ extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetDeviceGUID(int device_in
extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetGUID(SDL_Joystick * joystick);

/**
* Return a string representation for this guid. You are responsible for freeing memory from this call
* Return a string representation for this guid. pszGUID must point to at least 33 bytes
* (32 for the string plus a NULL terminator).
*/
extern DECLSPEC void SDL_JoystickGetGUIDString(SDL_JoystickGUID guid, char *pszGUID, int cbGUID);

Expand Down

0 comments on commit d6a0ade

Please sign in to comment.