Commit df12bb74 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Return in a non-void function

parent 495fa88f
......@@ -146,6 +146,7 @@ int xspf_import_Demux( demux_t *p_demux )
return i_ret;
#endif
return 0;
}
/** \brief dummy function for demux callback interface */
......
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