Commit 81d59b42 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix indentation

parent ddb18b29
......@@ -744,10 +744,10 @@ static int Demux( demux_t *p_demux )
*/
DemuxBlock( p_demux, packet, i_len );
if( p_sys->b_spu_change )
{
ButtonUpdate( p_demux, VLC_FALSE );
p_sys->b_spu_change = VLC_FALSE;
}
{
ButtonUpdate( p_demux, VLC_FALSE );
p_sys->b_spu_change = VLC_FALSE;
}
break;
}
......
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