X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdemux%2Fwav.c;h=03364b96dc08d5894046dfd09008a2e98d24c128;hb=22e40e618632bfe543e424a464e2e00494988ad5;hp=6a2e1467eeee0a5ada33b9ad196571fbf4a9ef13;hpb=5850dd1370c705b5cde2d6381b7feaedecec6b2e;p=vlc diff --git a/modules/demux/wav.c b/modules/demux/wav.c index 6a2e1467ee..03364b96dc 100644 --- a/modules/demux/wav.c +++ b/modules/demux/wav.c @@ -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; }