Commit 13d03fe7 authored by Felix Paul Kühne's avatar Felix Paul Kühne

minimal_macosx: compilation fix

parent 8e85473d
......@@ -63,7 +63,7 @@ int OpenIntf ( vlc_object_t *p_this )
memset( p_intf->p_sys, 0, sizeof( *p_intf->p_sys ) );
p_intf->pf_run = Run;
Run(p_intf);
return VLC_SUCCESS;
}
......
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