DeskCalc: Replace comment with equivalent code

This commit is contained in:
John Scipione 2013-06-28 00:33:40 -04:00
parent 43f09adbe2
commit fbc8aeaac8

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);