Skip to content

Commit

Permalink
Android: Fixed missing break warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Sep 5, 2015
1 parent 440d6cc commit 2b6f642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -1627,6 +1627,7 @@ public boolean onGenericMotion(View v, MotionEvent event) {
default:
break;
}
break;

default:
break;
Expand Down

0 comments on commit 2b6f642

Please sign in to comment.