Skip to content

Commit

Permalink
android: Fixed compiler warning about nested '/*' comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 22, 2018
1 parent 4888240 commit e99daaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/android/SDL_sysjoystick.c
Expand Up @@ -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;

Expand Down

0 comments on commit e99daaf

Please sign in to comment.