Commit dbc8628b authored by Laurent Aimar's avatar Laurent Aimar

Fixed compilation warning (missing return value).

parent 44522f52
......@@ -1221,6 +1221,8 @@ static int ScalingCallback( vlc_object_t *p_this, char const *psz_cmd,
p_vout->i_changes |= VOUT_SIZE_CHANGE;
vlc_mutex_unlock( &p_vout->change_lock );
return VLC_SUCCESS;
}
static int OnTopCallback( vlc_object_t *p_this, char const *psz_cmd,
......
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