forked from len0rd/rockbox
Oops, fix yellow and also a reminder, voice files for all swcodec needs to be rebuilt to work after the latest change
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14221 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
97bafd66db
commit
443a76581e
1 changed files with 2 additions and 3 deletions
|
|
@ -167,9 +167,8 @@ static void load_voicefile(void)
|
|||
int load_size;
|
||||
int got_size;
|
||||
int file_size;
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
int length, i;
|
||||
unsigned char *buf, temp;
|
||||
#ifdef ROCKBOX_LITTLE_ENDIAN
|
||||
int i;
|
||||
#endif
|
||||
|
||||
filehandle = open_voicefile();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue