Commit 712a60c2 authored by Laurent Aimar's avatar Laurent Aimar

Fixed returned value in osd_FindButton.

parent dbc8628b
......@@ -691,7 +691,7 @@ osd_button_t *__osd_ButtonFind( vlc_object_t *p_this, int i_x, int i_y,
{
vlc_mutex_unlock( lockval.p_address );
msg_Err( p_this, "osd_ButtonFind failed" );
return;
return NULL;
}
p_button = p_osd->p_button;
......
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