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

Missing return value

parent 473c2db3
......@@ -192,6 +192,7 @@ int libvlc_add_intf( libvlc_instance_t *p_i, const char *name,
libvlc_exception_raise( p_e, "Interface initialization failed" );
return -1;
}
return 0;
}
void libvlc_wait( libvlc_instance_t *p_i )
......
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