forked from len0rd/rockbox
rbutil: Fix wrong fall-through.
Fortunately it didn't break anything. Change-Id: Ie1f2bff73dbc61ec9f454ce7b61aaad74424fd06
This commit is contained in:
parent
2aecb3b9ea
commit
e0021744cf
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ void EncTtsCfgGui::updateSetting()
|
|||
case EncTtsSetting::eBOOL:
|
||||
{
|
||||
setting->setCurrent(((QCheckBox*)widget)->isChecked(),false);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue