Commit 70955271 authored by Antoine Cellerier's avatar Antoine Cellerier

Graa.

parent 8f0cb96c
...@@ -1057,7 +1057,7 @@ static int AllocatePluginFile( vlc_object_t * p_this, char * psz_file, ...@@ -1057,7 +1057,7 @@ static int AllocatePluginFile( vlc_object_t * p_this, char * psz_file,
{ {
if( p_item->pf_callback || p_item->i_action ) 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; break;
} }
} }
......
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