Commit e76573cc authored by Max Kellermann's avatar Max Kellermann

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

parent 3fa6dc71
......@@ -422,7 +422,7 @@ AudioOutput::Task()
const ScopeLock lock(mutex);
while (1) {
while (true) {
switch (command) {
case Command::NONE:
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment