[vlc-devel] commit: Fix warning ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Oct 5 15:43:42 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Oct 5 16:14:54 2008 +0300| [fefeb5eaed31359defe23fce7a795b9be27da10e] | committer: Rémi Denis-Courmont
Fix warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fefeb5eaed31359defe23fce7a795b9be27da10e
---
src/modules/modules.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/modules/modules.c b/src/modules/modules.c
index 413b781..c978a3b 100644
--- 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.
More information about the vlc-devel
mailing list