DeskCalc: Replace comment with equivalent code
This commit is contained in:
parent
43f09adbe2
commit
fbc8aeaac8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user