diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-11-21 12:46:29 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-11-21 12:46:29 +0100 |
| commit | f57891864b2cdda3bb937ce62dc4bc7f51f3294c (patch) | |
| tree | e6eea30b926dcb7cd928b8fe9cdd86904194c30a /src/Fl_Menu.cxx | |
| parent | a01fcae832c997a10fc05dd7146401585c661ce4 (diff) | |
Fix missing return statement.
Diffstat (limited to 'src/Fl_Menu.cxx')
| -rw-r--r-- | src/Fl_Menu.cxx | 1 |
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; } // |
