aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-08-14 23:42:49 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-08-14 23:42:49 +0200
commit755b7a45ab517a303510b728a9c54e48f9216557 (patch)
tree0ec20ff4ffd805b06d4876442bb64046bc3ab703 /src/gwin
parent22ecd9a95fc6fb3f40b6b409b35bc19d27e6ca45 (diff)
downloaduGFX-755b7a45ab517a303510b728a9c54e48f9216557.tar.gz
uGFX-755b7a45ab517a303510b728a9c54e48f9216557.tar.bz2
uGFX-755b7a45ab517a303510b728a9c54e48f9216557.zip
Adding missing break statement
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/gwin_widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_widget.c b/src/gwin/gwin_widget.c
index 9dc4d0d8..c536b88a 100644
--- a/src/gwin/gwin_widget.c
+++ b/src/gwin/gwin_widget.c
@@ -223,7 +223,7 @@ static void gwidgetEvent(void *param, GEvent *pe) {
// If we got this far we can finally pass the event
((gwidgetVMT*)widgetInFocus->vmt)->KeyboardEvent((GWidgetObject*)widgetInFocus, pke);
}
-
+ break;
#endif
#if GFX_USE_GINPUT && GINPUT_NEED_TOGGLE