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:
parent
794bda72cf
commit
984e1a860c
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ next_track:
|
||||||
vf.ready_state = OPENED;
|
vf.ready_state = OPENED;
|
||||||
vf.links = 1;
|
vf.links = 1;
|
||||||
} else {
|
} else {
|
||||||
DEBUGF("Vorbis: ov_open failed: %d", error);
|
DEBUGF("Vorbis: ov_open failed: %d\n", error);
|
||||||
error = CODEC_ERROR;
|
error = CODEC_ERROR;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue