From 443a76581eb220c22509eb82ec4f50f87440797f Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Mon, 6 Aug 2007 18:52:37 +0000 Subject: 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 --- apps/talk.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/talk.c b/apps/talk.c index f1158794e8..48eab00ceb 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -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(); -- cgit v1.2.3