Browse Source

VOC: remove trailing space

pull/24/head
Jean-Baptiste Kempf 12 years ago
parent
commit
0cdf339b90
  1. 2
      modules/demux/voc.c

2
modules/demux/voc.c

@ -282,7 +282,7 @@ static int ReadBlockHeader( demux_t *p_demux )
/* read subsequent block 1 */
if( stream_Read( p_demux->s, buf, 4 ) < 4 )
return VLC_EGENERIC; /* EOF */
i_block_size = GetDWLE( buf ) >> 8;
msg_Dbg( p_demux, "new block: type: %u, size: %u",
(unsigned)*buf, i_block_size );

Loading…
Cancel
Save