Browse Source

Fixed typo in previous cherry-pick

Sam Lantinga 2 years ago
parent
commit
f47a08ab84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/joystick/SDL_gamecontroller.c

+ 1 - 1
src/joystick/SDL_gamecontroller.c

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