]> git.sesse.net Git - vlc/commitdiff
Win32: remove a warning
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 26 Feb 2011 00:53:46 +0000 (01:53 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 26 Feb 2011 00:53:46 +0000 (01:53 +0100)
src/extras/libc.c

index 4d565405f9cf4465c5c24011459477528fa69b8e..1c1e77fd6906c2c97c0fb20186803cd551ba6fdb 100644 (file)
@@ -592,7 +592,7 @@ int vlc_execve( vlc_object_t *p_object, int i_argc, char *const *ppsz_argv,
     HANDLE hChildStdinRd, hChildStdinWr, hChildStdoutRd, hChildStdoutWr;
     DWORD i_status;
     char *psz_cmd = NULL, *p_env = NULL, *p = NULL;
-    char **ppsz_parser;
+    char *const *ppsz_parser;
     int i_size;
 
     /* Set the bInheritHandle flag so pipe handles are inherited. */