aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/frontend.cpp')
-rw-r--r--lib/dvb/frontend.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp
index 521b9ef8..af821cdb 100644
--- a/lib/dvb/frontend.cpp
+++ b/lib/dvb/frontend.cpp
@@ -669,9 +669,8 @@ int eDVBFrontend::readFrontendData(int type)
{
float snr_in_db=(snr-39075)/1764.7;
return (int)(snr_in_db * 100.0);
- }
- else
- eDebug("no SNR dB calculation for frontendtype %s yet", m_description);
+ } /* else
+ eDebug("no SNR dB calculation for frontendtype %s yet", m_description); */
return 0x12345678;
}
case signalQuality: