diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-08-30 07:56:09 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-08-30 07:56:09 +0000 |
| commit | a29bbc0a4ee2eb5f0d86407088380de9887359a0 (patch) | |
| tree | 73ab3aaf6476146b9cf4cd9535e0a18324994caf /lib/dvb/pmt.cpp | |
| parent | e4d92d5b785abd120322479ab4f8ff287b06c983 (diff) | |
| download | enigma2-a29bbc0a4ee2eb5f0d86407088380de9887359a0.tar.gz enigma2-a29bbc0a4ee2eb5f0d86407088380de9887359a0.zip | |
fix no more working teletext / ac3
Diffstat (limited to 'lib/dvb/pmt.cpp')
| -rw-r--r-- | lib/dvb/pmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp index f0315514..4408bde4 100644 --- a/lib/dvb/pmt.cpp +++ b/lib/dvb/pmt.cpp @@ -345,8 +345,8 @@ int eDVBServicePMTHandler::getProgramInfo(struct program &program) default: break; } - break; } + break; } if (isaudio) { |
