[vlc-devel] commit: Fix a typo to make the buildbot happy. ( Rémi Duraffort )
git version control
git at videolan.org
Wed Sep 3 22:10:47 CEST 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Sep 3 22:13:17 2008 +0200| [cb1b8ce047c8b8e2f2ca6863950ee8ff128f4c42] | committer: Rémi Duraffort
Fix a typo to make the buildbot happy.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cb1b8ce047c8b8e2f2ca6863950ee8ff128f4c42
---
modules/control/ntservice.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/control/ntservice.c b/modules/control/ntservice.c
index 403fe16..7548be9 100644
--- a/modules/control/ntservice.c
+++ b/modules/control/ntservice.c
@@ -126,7 +126,7 @@ void Close( vlc_object_t *p_this )
*****************************************************************************/
static void Run( intf_thread_t *p_intf )
{
- intt_sys_t sys;
+ intf_sys_t sys;
intf_thread_t *p_extraintf;
SERVICE_TABLE_ENTRY dispatchTable[] =
{
More information about the vlc-devel
mailing list