summaryrefslogtreecommitdiff
path: root/apps/codecs/ape.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/ape.c')
-rw-r--r--apps/codecs/ape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/ape.c b/apps/codecs/ape.c
index 6c829c3863..ef3d94e1a3 100644
--- a/apps/codecs/ape.c
+++ b/apps/codecs/ape.c
@@ -281,7 +281,7 @@ frame_start:
281 blockstodecode)) < 0) 281 blockstodecode)) < 0)
282 { 282 {
283 /* Frame decoding error, abort */ 283 /* Frame decoding error, abort */
284 LOGF("APE: Frame %d, error %d\n",currentframe,res); 284 LOGF("APE: Frame %lu, error %d\n",currentframe,res);
285 retval = CODEC_ERROR; 285 retval = CODEC_ERROR;
286 goto done; 286 goto done;
287 } 287 }