Fix some red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17121 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
040b6cc654
commit
ba58dd8d35
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ int rolo_load(const char* filename)
|
|||
rolo_restart(audiobuf, ramstart, length);
|
||||
|
||||
return 0; /* this is never reached */
|
||||
(void)i; (void)checksum; (void)file_checksum;
|
||||
(void)checksum; (void)file_checksum;
|
||||
}
|
||||
#else /* !defined(IRIVER_IFP7XX_SERIES) */
|
||||
int rolo_load(const char* filename)
|
||||
|
|
Loading…
Reference in a new issue