]> git.sesse.net Git - vlc/blobdiff - modules/control/ntservice.c
For consistency, remove references to vlc from libvlc
[vlc] / modules / control / ntservice.c
index aeba86e729124997b321432e5d0dcdad47e129eb..0bbbff1b643116e8e76374b730571bc043c2e5d4 100644 (file)
@@ -164,7 +164,7 @@ static void Run( intf_thread_t *p_intf )
     }
 
     /* Make sure we exit (In case other interfaces have been spawned) */
-    p_intf->p_vlc->b_die = VLC_TRUE;
+    p_intf->p_libvlc->b_die = VLC_TRUE;
 }
 
 /*****************************************************************************