diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/playback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c index 7345ef1..1212992 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -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); } |