Commit b023e956 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix warning

parent c2122ce3
......@@ -193,6 +193,7 @@ void libvlc_wait( libvlc_instance_t *p_i )
int libvlc_get_vlc_id( libvlc_instance_t *p_instance )
{
assert( p_instance );
return 1;
}
......
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