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

Commit

Permalink
Fixed a typo (thanks, Ethan!).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 11, 2013
1 parent a403330 commit 8aea748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_gamecontroller.h
Expand Up @@ -111,7 +111,7 @@ typedef struct SDL_GameControllerButtonBind
*
* \return 1 if mapping is added, 0 if updated, -1 on error
*/
extern DECLSPEC int SDLCALL SDL_GameControllerAddMapping( const char* mappingSring );
extern DECLSPEC int SDLCALL SDL_GameControllerAddMapping( const char* mappingString );

/**
* Get a mapping string for a GUID
Expand Down

0 comments on commit 8aea748

Please sign in to comment.