output/Thread: update comment

This commit is contained in:
Max Kellermann
2018-11-12 11:51:01 +01:00
parent 1c60c8e014
commit 9a813cd3b1
2 changed files with 3 additions and 3 deletions

View File

@@ -443,8 +443,7 @@ AudioOutputControl::Task() noexcept
case Command::PAUSE:
if (!open) {
/* the output has failed after
audio_output_all_pause() has
submitted the PAUSE command; bail
the PAUSE command was submitted; bail
out */
CommandFinished();
break;