Commit 26b64550 authored by Michael Niedermayer's avatar Michael Niedermayer

mmsh: add return value for mmsh_open()

Found-by: cptspiff
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5ecb6f43
......@@ -317,7 +317,7 @@ fail:
static int mmsh_open(URLContext *h, const char *uri, int flags)
{
mmsh_open_internal(h, uri, flags, 0, 0);
return mmsh_open_internal(h, uri, flags, 0, 0);
}
static int handle_chunk_type(MMSHContext *mmsh)
......
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