1
0
Fork 0
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:
Michael Sevakis 2007-05-08 22:59:25 +00:00
parent 1c59b101df
commit d9839bc8a6

View file

@ -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);
}