[vlc-devel] commit: caugh caugh. ( Rémi Duraffort )
git version control
git at videolan.org
Wed Dec 17 19:59:18 CET 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Dec 17 19:59:09 2008 +0100| [a099b147814fc751923f15dbc52212d53c614124] | committer: Rémi Duraffort
caugh caugh.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a099b147814fc751923f15dbc52212d53c614124
---
modules/access/bda/bdagraph.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/access/bda/bdagraph.cpp b/modules/access/bda/bdagraph.cpp
index 0d8533f..ff81677 100644
--- a/modules/access/bda/bdagraph.cpp
+++ b/modules/access/bda/bdagraph.cpp
@@ -297,7 +297,7 @@ int BDAGraph::SubmitDVBTTuneRequest()
i_guard = BDA_GUARD_NOT_SET;
}
- swicth( l_transmission )
+ switch( l_transmission )
{
case 2:
i_transmission = BDA_XMIT_MODE_2K; break;
@@ -307,7 +307,7 @@ int BDAGraph::SubmitDVBTTuneRequest()
i_transmission = BDA_XMIT_MODE_NOT_SET;
}
- swicth( l_hierarchy )
+ switch( l_hierarchy )
{
case 1:
i_hierarchy = BDA_HALPHA_1; break;
More information about the vlc-devel
mailing list