Fixed typo in previous cherry-pick

This commit is contained in:
Sam Lantinga 2023-03-01 16:47:48 -08:00
parent 660fc89967
commit f47a08ab84

View file

@ -830,8 +830,8 @@ static ControllerMapping_t *SDL_PrivateGetControllerMappingForGUID(SDL_JoystickG
#ifdef __ANDROID__
} else {
mapping = SDL_CreateMappingForAndroidController(guid);
}
#endif
}
return mapping;
}