]> git.sesse.net Git - vlc/commitdiff
Fix a typo to make the buildbot happy.
authorRémi Duraffort <ivoire@videolan.org>
Wed, 3 Sep 2008 20:13:17 +0000 (22:13 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Wed, 3 Sep 2008 20:13:17 +0000 (22:13 +0200)
modules/control/ntservice.c

index 403fe1690ae057a33ddddb5cf539988101821407..7548be94d4244f965e98ba4c55e42687d6e557f5 100644 (file)
@@ -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[] =
     {