DeskCalc: Replace comment with equivalent code

This commit is contained in:
John Scipione
2013-07-12 22:19:14 -04:00
parent 43f09adbe2
commit fbc8aeaac8
+2 -1
View File
@@ -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);