mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
vfd_setup: remove semicolon
This commit is contained in:
@@ -76,7 +76,7 @@ int CVfdSetup::exec(CMenuTarget* parent, const std::string &actionKey)
|
||||
CVFD::getInstance()->setBrightness(brightness);
|
||||
CVFD::getInstance()->setBrightnessStandby(brightnessstandby);
|
||||
CVFD::getInstance()->setBrightnessDeepStandby(brightnessdeepstandby);
|
||||
return menu_return::RETURN_REPAINT;;
|
||||
return menu_return::RETURN_REPAINT;
|
||||
}
|
||||
|
||||
int res = showSetup();
|
||||
|
Reference in New Issue
Block a user