1
0
Fork 0
forked from len0rd/rockbox

depend on CPU, not player model

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6752 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-06-18 21:15:04 +00:00
parent 5b6909b7c0
commit f03bc298d6

View file

@ -87,7 +87,7 @@ int rolo_load(const char* filename)
{
int fd;
long length;
#ifdef IRIVER_H100
#if CONFIG_CPU == MCF5249
int i;
unsigned long checksum,file_checksum;
#else