diff options
-rw-r--r-- | apps/codecs/vorbis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/vorbis.c b/apps/codecs/vorbis.c index 7435434721..cb621e8a55 100644 --- a/apps/codecs/vorbis.c +++ b/apps/codecs/vorbis.c | |||
@@ -184,7 +184,7 @@ next_track: | |||
184 | vf.ready_state = OPENED; | 184 | vf.ready_state = OPENED; |
185 | vf.links = 1; | 185 | vf.links = 1; |
186 | } else { | 186 | } else { |
187 | DEBUGF("Vorbis: ov_open failed: %d", error); | 187 | DEBUGF("Vorbis: ov_open failed: %d\n", error); |
188 | error = CODEC_ERROR; | 188 | error = CODEC_ERROR; |
189 | goto done; | 189 | goto done; |
190 | } | 190 | } |