Commit 9402e87f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic

parent 6b15eba4
...@@ -44,7 +44,7 @@ void devices_ProbeCreate( vlc_object_t *p_this ) ...@@ -44,7 +44,7 @@ void devices_ProbeCreate( vlc_object_t *p_this )
p_probe = vlc_object_create( p_this, VLC_OBJECT_INTF ); p_probe = vlc_object_create( p_this, VLC_OBJECT_INTF );
if( !p_probe ) if( !p_probe )
return; return;
p_probe->p_module = module_need( p_probe, "devices probe", "", false ); p_probe->p_module = module_need( p_probe, "devices probe", NULL, false );
if( p_probe->p_module == NULL ) if( p_probe->p_module == NULL )
{ {
msg_Err( p_this, "no devices probing module could be loaded" ); msg_Err( p_this, "no devices probing module could be loaded" );
......
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