Commit 495fa88f authored by Jean-Paul Saman's avatar Jean-Paul Saman

Return in a non-void function

parent 49af7dbf
......@@ -284,6 +284,7 @@ static int Demux( demux_t *p_demux )
vlc_object_release( p_playlist );
return VLC_SUCCESS;
#endif
return 0;
}
static int Control( demux_t *p_demux, int i_query, va_list args )
......
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