Commit 0cdf339b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

VOC: remove trailing space

parent 5b998cb9
......@@ -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 );
......
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