Fixed build

This commit is contained in:
Sam Lantinga 2020-06-09 10:47:29 -07:00
parent 086be21e7a
commit 6f241bd520
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ static SDL_INLINE const char *GuessControllerName( int nVID, int nPID )
#undef MAKE_CONTROLLER_ID
static inline int GetDefaultDeadzoneSizeForControllerType( EControllerType eControllerType )
static SDL_INLINE int GetDefaultDeadzoneSizeForControllerType( EControllerType eControllerType )
{
switch ( eControllerType )
{