Commit 867e2a26 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Another compile fix

parent 02d882db
......@@ -2048,7 +2048,7 @@ if( _p_item->i_type == CONFIG_ITEM_MODULE_LIST )
o_modulearray = [[NSMutableArray alloc] initWithCapacity:10];
/* build a list of available modules */
p_list = module_list_get( );
p_list = module_list_get( NULL );
for( i_module_index = 0; p_list[i_module_index]; i_module_index++ )
{
int i;
......
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