summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 48eab00..2327410 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -191,7 +191,7 @@ static void load_voicefile(void)
#ifdef ROCKBOX_LITTLE_ENDIAN
logf("Byte swapping voice file");
- structec_convert(audiobuf, "llll", 1, true);
+ structec_convert(audiobuf, "llllll", 1, true);
#endif
if (((struct voicefile*)audiobuf)->table /* format check */