Android: Fixed missing break warning.

This commit is contained in:
Philipp Wiesemann 2015-09-05 20:21:06 +02:00
parent 440d6cc00e
commit 2b6f64220a
1 changed files with 1 additions and 0 deletions

View File

@ -1627,6 +1627,7 @@ class SDLGenericMotionListener_API12 implements View.OnGenericMotionListener {
default:
break;
}
break;
default:
break;