]> git.sesse.net Git - vlc/commitdiff
NTService: fix stray ‘\302’ in program issue
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Dec 2009 21:46:31 +0000 (22:46 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Dec 2009 21:46:31 +0000 (22:46 +0100)
modules/control/ntservice.c

index 3d9743fa2396882cd8a2415191cadc72065a00fc..d1f1058f832c0c8dd2916850a7fb71e082ec5973 100644 (file)
@@ -188,7 +188,7 @@ static int NTServiceInstall( intf_thread_t *p_intf )
         strcat( psz_path, " --ntservice-extraintf " );
         strcat( psz_path, psz_extra );
         free( psz_extra );
-    }
+    }
 
     psz_extra = var_InheritString( p_intf, "ntservice-options" );
     if( psz_extra && *psz_extra )