Loading lib_util/tinywavein_c.h +0 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,6 @@ static WAVEFILEIN *OpenWav( } /* skip some potential chunks up to fmt chunk */ /* todo: merge "bext" reading into this loop */ while ( strncmp( "fmt ", fmt_chunk.chunkID, 4 ) != 0 ) { uint32_t chunkSize = 0; Loading Loading
lib_util/tinywavein_c.h +0 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,6 @@ static WAVEFILEIN *OpenWav( } /* skip some potential chunks up to fmt chunk */ /* todo: merge "bext" reading into this loop */ while ( strncmp( "fmt ", fmt_chunk.chunkID, 4 ) != 0 ) { uint32_t chunkSize = 0; Loading