Commit f72698db authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

control/event.c: Make sure intall_input_event returns a value.

parent d1b51e8c
......@@ -119,7 +119,7 @@ static int install_input_event( vlc_object_t *p_this, char const *psz_cmd,
input_thread_t * p_input = get_input( p_instance );
if( !p_input )
return;
return VLC_SUCCESS;
vlc_mutex_lock( &p_instance->instance_lock );
......
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