]> git.sesse.net Git - vlc/commitdiff
Fix warning
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 5 Oct 2008 13:14:54 +0000 (16:14 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 5 Oct 2008 13:43:38 +0000 (16:43 +0300)
src/modules/modules.c

index 413b7814f080cc3863fe645566ea6ac177044ebf..c978a3b3f52fb41ac7cf1d47f0041aa6c15403d4 100644 (file)
@@ -867,7 +867,7 @@ static char * copy_next_paths_token( char * paths, char ** remaining_paths )
     return path;
 }
 
-extern char *psz_vlcpath = NULL;
+char *psz_vlcpath = NULL;
 
 /*****************************************************************************
  * AllocateAllPlugins: load all plugin modules we can find.