From fbc8aeaac80c417df5eebbcd3cfc19fd5a767e0d Mon Sep 17 00:00:00 2001 From: John Scipione Date: Fri, 28 Jun 2013 00:33:40 -0400 Subject: [PATCH] DeskCalc: Replace comment with equivalent code --- src/apps/deskcalc/CalcView.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/deskcalc/CalcView.cpp b/src/apps/deskcalc/CalcView.cpp index 673e85756f..9e69113fda 100644 --- a/src/apps/deskcalc/CalcView.cpp +++ b/src/apps/deskcalc/CalcView.cpp @@ -858,7 +858,8 @@ CalcView::SetKeypadMode(uint8 mode) break; } - default: // KEYPAD_MODE_BASIC is the default + case KEYPAD_MODE_BASIC: + default: { free(fKeypadDescription); fKeypadDescription = strdup(kKeypadDescriptionBasic);