1
0
Fork 0
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:
Nils Wallménius 2007-08-06 18:52:37 +00:00
parent 97bafd66db
commit 443a76581e

View file

@ -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();