Commit 22e40e61 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Wav: No tabs in source code

parent 5850dd13
......@@ -115,7 +115,7 @@ static int Open( vlc_object_t * p_this )
b_is_rf64 = ( memcmp( p_peek, "RF64", 4 ) == 0 );
if( ( !b_is_rf64 && memcmp( p_peek, "RIFF", 4 ) ) ||
memcmp( &p_peek[8], "WAVE", 4 ) )
memcmp( &p_peek[8], "WAVE", 4 ) )
{
return VLC_EGENERIC;
}
......
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