aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-31 00:13:37 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-31 00:13:37 +0000
commit39862e4439df37f150796d3d99352b8859de0736 (patch)
treef1dcc26e82e1bb305903528da4013edd8835c972 /lib/dvb/frontend.cpp
parent99664f9122c380480189d7ad7ecfcd73de226d2a (diff)
downloadenigma2-39862e4439df37f150796d3d99352b8859de0736.tar.gz
enigma2-39862e4439df37f150796d3d99352b8859de0736.zip
fix warning
Diffstat (limited to 'lib/dvb/frontend.cpp')
-rw-r--r--lib/dvb/frontend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp
index 103d8949..7bceaf58 100644
--- a/lib/dvb/frontend.cpp
+++ b/lib/dvb/frontend.cpp
@@ -212,7 +212,7 @@ RESULT eDVBFrontendParameters::getHash(unsigned long &hash) const
DEFINE_REF(eDVBFrontend);
eDVBFrontend::eDVBFrontend(int adap, int fe, int &ok)
- :m_type(-1), m_fe(fe), m_timeout(0), m_tuneTimer(0), m_fd(-1)
+ :m_type(-1), m_fe(fe), m_fd(-1), m_timeout(0), m_tuneTimer(0)
#if HAVE_DVB_API_VERSION < 3
,m_secfd(-1)
#endif