[vlc-commits] DTV: fix typo

Rémi Denis-Courmont git at videolan.org
Mon Mar 28 17:07:16 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Mar 28 12:32:42 2011 +0300| [e112de977345673166d20476d51521c415711e94] | committer: Rémi Denis-Courmont

DTV: fix typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e112de977345673166d20476d51521c415711e94
---

 modules/access/dtv/access.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/dtv/access.c b/modules/access/dtv/access.c
index e3e4d25..ec579db 100644
--- a/modules/access/dtv/access.c
+++ b/modules/access/dtv/access.c
@@ -326,7 +326,7 @@ vlc_module_begin ()
     add_integer ("dvb-tone", -1, TONE_TEXT, TONE_LONGTEXT, true)
         change_integer_list (auto_off_on_vlc, auto_off_on_user)
 #endif
-#ifdef WIN23
+#ifdef WIN32
     add_integer ("dvb-network-id", 0, NETID_TEXT, NETID_TEXT, true)
     add_integer ("dvb-azimuth", 0, AZIMUTH_TEXT, AZIMUTH_LONGTEXT, true)
     add_integer ("dvb-elevation", 0, ELEVATION_TEXT, ELEVATION_LONGTEXT, true)



More information about the vlc-commits mailing list