Commit bcc71098 authored by Rémi Duraffort's avatar Rémi Duraffort

projectm: add missing return.

parent 006ad882
......@@ -240,6 +240,7 @@ static int VoutCallback( vlc_object_t *p_vout, char const *psz_name,
{
vout_SetDisplayFullscreen( p_vd, newv.b_bool );
}
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