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:
8f0cb96
)
Graa.
author
Antoine Cellerier
<dionoea@videolan.org>
Sun, 25 Feb 2007 22:45:56 +0000
(22:45 +0000)
committer
Antoine Cellerier
<dionoea@videolan.org>
Sun, 25 Feb 2007 22:45:56 +0000
(22:45 +0000)
src/misc/modules.c
patch
|
blob
|
history
diff --git
a/src/misc/modules.c
b/src/misc/modules.c
index
2b4cf88
..
3ad7db8
100644
(file)
--- a/
src/misc/modules.c
+++ b/
src/misc/modules.c
@@
-1057,7
+1057,7
@@
static int AllocatePluginFile( vlc_object_t * p_this, char * psz_file,
{
if( p_item->pf_callback || p_item->i_action )
{
-
module_t *
p_module = AllocatePlugin( p_this, psz_file );
+ p_module = AllocatePlugin( p_this, psz_file );
break;
}
}