1
0
Fork 0
forked from len0rd/rockbox

Unify fourcc macro and some style changes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23664 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2009-11-18 17:30:42 +00:00
parent 556daaf34a
commit 2e28c1853b
8 changed files with 79 additions and 75 deletions

View file

@ -46,7 +46,7 @@ bool get_sid_metadata(int fd, struct mp3entry* id3)
return false;
}
if ((memcmp(buf, "PSID",4) != 0))
if ((memcmp(buf, "PSID", 4) != 0))
{
return false;
}