[vlc-devel] commit: NTService: fix stray ‘\302’ in program issue (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Dec 30 22:46:52 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 30 22:46:31 2009 +0100| [3a89679c310b2b424e4207f27e36605e95ed1a37] | committer: Jean-Baptiste Kempf
NTService: fix stray ‘\302’ in program issue
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3a89679c310b2b424e4207f27e36605e95ed1a37
---
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 3d9743f..d1f1058 100644
--- a/modules/control/ntservice.c
+++ b/modules/control/ntservice.c
@@ -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 )
More information about the vlc-devel
mailing list