output/Thread: use "true" instead of "1"

This commit is contained in:
Max Kellermann 2016-12-27 07:53:02 +01:00
parent 3fa6dc71e2
commit e76573cc1a
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ AudioOutput::Task()
const ScopeLock lock(mutex);
while (1) {
while (true) {
switch (command) {
case Command::NONE:
break;