summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/talk.c5
1 files changed, 2 insertions, 3 deletions
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)
167 int load_size; 167 int load_size;
168 int got_size; 168 int got_size;
169 int file_size; 169 int file_size;
170#if CONFIG_CODEC == SWCODEC 170#ifdef ROCKBOX_LITTLE_ENDIAN
171 int length, i; 171 int i;
172 unsigned char *buf, temp;
173#endif 172#endif
174 173
175 filehandle = open_voicefile(); 174 filehandle = open_voicefile();