forked from len0rd/rockbox
Remove more tabs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24550 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bd0b7363ca
commit
4d5e88245a
18 changed files with 6267 additions and 6267 deletions
|
|
@ -140,9 +140,9 @@ static int readwavpeaks(const char *filename)
|
|||
total_bytes_read += sizeof (header);
|
||||
little_endian_to_native(&header, WAV_HEADER_FORMAT);
|
||||
|
||||
if (rb->strncmp(header.chunkid, "RIFF", 4) ||
|
||||
rb->strncmp(header.formatchunkid, "fmt ", 4) ||
|
||||
rb->strncmp(header.datachunkid, "data", 4) ||
|
||||
if (rb->strncmp(header.chunkid, "RIFF", 4) ||
|
||||
rb->strncmp(header.formatchunkid, "fmt ", 4) ||
|
||||
rb->strncmp(header.datachunkid, "data", 4) ||
|
||||
(header.bitspersample != 16) ||
|
||||
header.audioformat != 1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue