git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b531b4
)
Fix warning
author
Rémi Denis-Courmont
<rdenis@simphalempin.com>
Sun, 5 Oct 2008 13:14:54 +0000
(16:14 +0300)
committer
Rémi Denis-Courmont
<rdenis@simphalempin.com>
Sun, 5 Oct 2008 13:43:38 +0000
(16:43 +0300)
src/modules/modules.c
patch
|
blob
|
history
diff --git
a/src/modules/modules.c
b/src/modules/modules.c
index
413b781
..
c978a3b
100644
(file)
--- a/
src/modules/modules.c
+++ b/
src/modules/modules.c
@@
-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.