From 1b4566fbd5fb363797dc0acd1222b9bcfd2fb2cc Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Thu, 7 Jan 2010 17:42:38 +0000 Subject: [PATCH] Add breaks where they should be --- bind_keys_menu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bind_keys_menu.cpp b/bind_keys_menu.cpp index 0129551..c4ebb9c 100644 --- a/bind_keys_menu.cpp +++ b/bind_keys_menu.cpp @@ -83,6 +83,7 @@ public: default: panic("Classic: impossible selection %d", this->p_submenus[3].sel); break; } + break; case 8: switch (this->p_submenus[4].sel) { @@ -91,6 +92,7 @@ public: default: panic("Classic: impossible selection %d", this->p_submenus[4].sel); break; } + break; default: panic("Impossible menu option\n"); break;