summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2018-12-27 13:05:35 +0100
committerMatthias Melcher <git@matthiasm.com>2018-12-27 13:05:35 +0100
commit75eefbcd42e7117de110f1d77e892912a24fc0a4 (patch)
tree65063dcd8a49a0c61fa1995acc3f91f9aaf902af /src/Fl.cxx
parent5c7118f8d9a4a89742c33d411e5f207b9108b32e (diff)
Fixing some minor lint, found by Pavel Shlyak using PVS studio
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index b29b7a260..417a0acca 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -1306,6 +1306,7 @@ int Fl::handle_(int e, Fl_Window* window)
case FL_UNFOCUS:
window = 0;
+ // FALLTHROUGH
case FL_FOCUS:
fl_xfocus = window;
fl_fix_focus();