Small typo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6663 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d480fdc721
commit
cd1d87c8cf
1 changed files with 1 additions and 1 deletions
|
@ -1254,7 +1254,7 @@ void audio_stop(void)
|
|||
playing = false;
|
||||
paused = false;
|
||||
ci.stop_codec = true;
|
||||
if (current_fd > 0) {
|
||||
if (current_fd >= 0) {
|
||||
close(current_fd);
|
||||
current_fd = -1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue