From 8aea74897fcc01c4e30b319d0361addd2c18d97b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 10 Apr 2013 22:18:10 -0400 Subject: [PATCH] Fixed a typo (thanks, Ethan!). --- include/SDL_gamecontroller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_gamecontroller.h b/include/SDL_gamecontroller.h index 318e51aa1..b90c4009f 100644 --- a/include/SDL_gamecontroller.h +++ b/include/SDL_gamecontroller.h @@ -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