diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-09 22:52:24 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-09 22:52:24 +0000 |
| commit | f58346453b1ab66a35c5b12416aa609eb64ab0de (patch) | |
| tree | 20978750f009bbb492bfb8ae685701e1d5d96d94 /lib/dvb_ci/dvbci.cpp | |
| parent | 672aa42f7eaa9e5d5bb736ef55e03cbf6fce9ba2 (diff) | |
| download | enigma2-f58346453b1ab66a35c5b12416aa609eb64ab0de.tar.gz enigma2-f58346453b1ab66a35c5b12416aa609eb64ab0de.zip | |
fix python refcounting
fix warnings
Diffstat (limited to 'lib/dvb_ci/dvbci.cpp')
| -rw-r--r-- | lib/dvb_ci/dvbci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb_ci/dvbci.cpp b/lib/dvb_ci/dvbci.cpp index b15fcce3..80573e89 100644 --- a/lib/dvb_ci/dvbci.cpp +++ b/lib/dvb_ci/dvbci.cpp @@ -531,7 +531,7 @@ int eDVBCISlot::sendCAPMT(eDVBServicePMTHandler *pmthandler, const std::vector<u prev_sent_capmt_version = pmt_version; } } - + return 0; } int eDVBCISlot::enableTS(int enable) |
