forked from len0rd/rockbox
Silly fix for a silly comment mistake.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13362 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1c59b101df
commit
d9839bc8a6
1 changed files with 1 additions and 1 deletions
|
|
@ -669,7 +669,7 @@ void audio_play(long offset)
|
|||
|
||||
/* Start playback */
|
||||
LOGFQUEUE("audio >| audio Q_AUDIO_PLAY: %l", offset);
|
||||
/* Don't return until playback has actually stopped */
|
||||
/* Don't return until playback has actually started */
|
||||
queue_send(&audio_queue, Q_AUDIO_PLAY, offset);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue