summaryrefslogtreecommitdiff
path: root/apps/codecs/wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/wav.c')
-rw-r--r--apps/codecs/wav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/wav.c b/apps/codecs/wav.c
index 94099c543d..f45953a118 100644
--- a/apps/codecs/wav.c
+++ b/apps/codecs/wav.c
@@ -297,7 +297,7 @@ next_track:
297 /* this is not a fatal error with some formats, 297 /* this is not a fatal error with some formats,
298 * we'll see later if we can't decode it */ 298 * we'll see later if we can't decode it */
299 DEBUGF("CODEC_WARNING: non-PCM WAVE (formattag=0x%x) " 299 DEBUGF("CODEC_WARNING: non-PCM WAVE (formattag=0x%x) "
300 "doesn't have ext. fmt descr (chunksize=%d<18).\n", 300 "doesn't have ext. fmt descr (chunksize=%ld<18).\n",
301 formattag, i); 301 formattag, i);
302 } 302 }
303 size = buf[24]|(buf[25]<<8); 303 size = buf[24]|(buf[25]<<8);