summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/au.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/au.c b/apps/codecs/au.c
index 1bcc308..924b290 100644
--- a/apps/codecs/au.c
+++ b/apps/codecs/au.c
@@ -222,7 +222,7 @@ next_track:
codec = get_au_codec(format.formattag);
if (!codec)
{
- DEBUGF("CODEC_ERROR: unsupport sun audio format: %x\n", format.formattag);
+ DEBUGF("CODEC_ERROR: unsupport sun audio format: %x\n", (int)format.formattag);
status = CODEC_ERROR;
goto done;
}