DeskCalc: Replace comment with equivalent code
This commit is contained in:
@@ -858,7 +858,8 @@ CalcView::SetKeypadMode(uint8 mode)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
default: // KEYPAD_MODE_BASIC is the default
|
case KEYPAD_MODE_BASIC:
|
||||||
|
default:
|
||||||
{
|
{
|
||||||
free(fKeypadDescription);
|
free(fKeypadDescription);
|
||||||
fKeypadDescription = strdup(kKeypadDescriptionBasic);
|
fKeypadDescription = strdup(kKeypadDescriptionBasic);
|
||||||
|
|||||||
Reference in New Issue
Block a user