Android: Fixed missing break warning.

This commit is contained in:
Philipp Wiesemann
2015-09-05 20:21:06 +02:00
parent 69cee42a98
commit bb625edb1b

View File

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