mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
vfd_setup: remove semicolon
Origin commit data
------------------
Branch: ni/coolstream
Commit: dd4a9ceeb1
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-06-05 (Tue, 05 Jun 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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