Commit 05dec0ab authored by Dennis van Amerongen's avatar Dennis van Amerongen

* modules/demux/ts.c: remove excessive ;

parent f92e805b
......@@ -594,7 +594,7 @@ static int Open( vlc_object_t *p_this )
p_sys->b_meta = VLC_TRUE;
p_sys->b_dvb_control = VLC_TRUE;
p_sys->i_dvb_program = 0;
p_sys->i_dvb_start = 0;;
p_sys->i_dvb_start = 0;
p_sys->i_dvb_length = 0;
for( i = 0; i < 8192; i++ )
......
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