summaryrefslogtreecommitdiff
path: root/apps/codecs/aiff.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/aiff.c')
-rw-r--r--apps/codecs/aiff.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/aiff.c b/apps/codecs/aiff.c
index 1b8c2da920..497e0c7c3a 100644
--- a/apps/codecs/aiff.c
+++ b/apps/codecs/aiff.c
@@ -218,7 +218,8 @@ next_track:
218 codec = get_codec(format.formattag); 218 codec = get_codec(format.formattag);
219 if (codec == 0) 219 if (codec == 0)
220 { 220 {
221 DEBUGF("CODEC_ERROR: AIFC does not support compressionType: 0x%x\n", format.formattag); 221 DEBUGF("CODEC_ERROR: AIFC does not support compressionType: 0x%x\n",
222 (unsigned int)format.formattag);
222 i = CODEC_ERROR; 223 i = CODEC_ERROR;
223 goto done; 224 goto done;
224 } 225 }