Browse Source

android: Fixed compiler warning about nested '/*' comments.

Ryan C. Gordon 7 years ago
parent
commit
e99daaf8b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/joystick/android/SDL_sysjoystick.c

+ 1 - 1
src/joystick/android/SDL_sysjoystick.c

@@ -145,7 +145,7 @@ keycode_to_SDL(int keycode)
             break;
         case AKEYCODE_DPAD_CENTER:
             /* This is handled better by applications as the A button */
-            /*button = SDL_CONTROLLER_BUTTON_MAX+4; /* Not supported by GameController */
+            /*button = SDL_CONTROLLER_BUTTON_MAX+4;*/ /* Not supported by GameController */
             button = SDL_CONTROLLER_BUTTON_A;
             break;