Commit fefeb5ea authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix warning

parent 4b531b44
...@@ -867,7 +867,7 @@ static char * copy_next_paths_token( char * paths, char ** remaining_paths ) ...@@ -867,7 +867,7 @@ static char * copy_next_paths_token( char * paths, char ** remaining_paths )
return path; return path;
} }
extern char *psz_vlcpath = NULL; char *psz_vlcpath = NULL;
/***************************************************************************** /*****************************************************************************
* AllocateAllPlugins: load all plugin modules we can find. * AllocateAllPlugins: load all plugin modules we can find.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment