[vlc-devel] commit: Another fix for win32. ( Rémi Duraffort )
git version control
git at videolan.org
Wed Dec 17 19:54:01 CET 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Dec 17 19:53:52 2008 +0100| [c07d82914c80d5af57c73451216ef15f52fec9a7] | committer: Rémi Duraffort
Another fix for win32.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c07d82914c80d5af57c73451216ef15f52fec9a7
---
modules/access/bda/bdagraph.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/access/bda/bdagraph.cpp b/modules/access/bda/bdagraph.cpp
index 2040d17..0d8533f 100644
--- a/modules/access/bda/bdagraph.cpp
+++ b/modules/access/bda/bdagraph.cpp
@@ -286,9 +286,9 @@ int BDAGraph::SubmitDVBTTuneRequest()
switch( l_guard )
{
case 32:
- i_guard = BDA_GUARD_1_32; break,
+ i_guard = BDA_GUARD_1_32; break;
case 16:
- i_guard = BDA_GUARD_1_16; break,
+ i_guard = BDA_GUARD_1_16; break;
case 8:
i_guard = BDA_GUARD_1_8; break;
case 4:
@@ -602,7 +602,7 @@ int BDAGraph::SubmitDVBSTuneRequest()
switch( l_inversion )
{
case 0:
- i_inversion = BDA_SPECTRAL_INVERSION_NORMAL; break,
+ i_inversion = BDA_SPECTRAL_INVERSION_NORMAL; break;
case 1:
i_inversion = BDA_SPECTRAL_INVERSION_INVERTED; break;
case 2:
More information about the vlc-devel
mailing list