summaryrefslogtreecommitdiff
path: root/apps/plugins/vorbis2wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/vorbis2wav.c')
-rw-r--r--apps/plugins/vorbis2wav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/vorbis2wav.c b/apps/plugins/vorbis2wav.c
index 93c1be6a98..e61bc617f6 100644
--- a/apps/plugins/vorbis2wav.c
+++ b/apps/plugins/vorbis2wav.c
@@ -141,7 +141,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* file)
141 if (n==0) { 141 if (n==0) {
142 eof=1; 142 eof=1;
143 } else if (n < 0) { 143 } else if (n < 0) {
144 dprintf("Error decoding frame\n"); 144 DEBUGF("Error decoding frame\n");
145 } else { 145 } else {
146 file_info.frames_decoded++; 146 file_info.frames_decoded++;
147#if BYTE_ORDER == BIG_ENDIAN 147#if BYTE_ORDER == BIG_ENDIAN