Commit 201b767a authored by Rémi Duraffort's avatar Rémi Duraffort

Forgottent "fix warning".

parent d49615b4
......@@ -2134,6 +2134,7 @@ static void box_gather ( bo_t *box, bo_t *box2 )
static block_t * bo_to_sout( sout_instance_t *p_sout, bo_t *box )
{
(void)p_sout;
block_t *p_buf;
p_buf = block_New( p_sout, box->i_buffer );
......
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