1
0
Fork 0
forked from len0rd/rockbox

Add a newline to a debugf printing an error.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28838 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2010-12-15 21:28:52 +00:00
parent 794bda72cf
commit 984e1a860c

View file

@ -184,7 +184,7 @@ next_track:
vf.ready_state = OPENED;
vf.links = 1;
} else {
DEBUGF("Vorbis: ov_open failed: %d", error);
DEBUGF("Vorbis: ov_open failed: %d\n", error);
error = CODEC_ERROR;
goto done;
}