summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 25a82cbcfe..a642f99a0f 100644
--- a/apps/codecs/wav.c
+++ b/apps/codecs/wav.c
@@ -177,7 +177,7 @@ next_track:
177 * we'll see later if we can't decode it */ 177 * we'll see later if we can't decode it */
178 DEBUGF("CODEC_WARNING: non-PCM WAVE (formattag=0x%x) " 178 DEBUGF("CODEC_WARNING: non-PCM WAVE (formattag=0x%x) "
179 "doesn't have ext. fmt descr (chunksize=%d<18).\n", 179 "doesn't have ext. fmt descr (chunksize=%d<18).\n",
180 (unsigned int)format.formattag, i); 180 (unsigned int)format.formattag, (int)i);
181 } 181 }
182 else 182 else
183 { 183 {