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

Add missing void

parent 9920b9f3
......@@ -181,7 +181,7 @@ struct sout_chain_t
sout_pcat_t **pp_pcats;
};
static inline sout_chain_t *streaming_ChainNew()
static inline sout_chain_t *streaming_ChainNew(void)
{
DECMALLOC_NULL( p_chain, sout_chain_t );
memset( p_chain, 0, sizeof( sout_chain_t ) );
......
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