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