summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2025-11-21 12:46:29 +0100
committerMatthias Melcher <github@matthiasm.com>2025-11-21 12:46:29 +0100
commitf57891864b2cdda3bb937ce62dc4bc7f51f3294c (patch)
treee6eea30b926dcb7cd928b8fe9cdd86904194c30a
parenta01fcae832c997a10fc05dd7146401585c661ce4 (diff)
Fix missing return statement.
-rw-r--r--src/Fl_Menu.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Menu.cxx b/src/Fl_Menu.cxx
index 0e559a3d4..700f97e91 100644
--- a/src/Fl_Menu.cxx
+++ b/src/Fl_Menu.cxx
@@ -398,6 +398,7 @@ int Menu_State::handle_shortcut() {
return 1;
}
}
+ return 0;
}
//