]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/thread-mq.c
module: Fix style
[pulseaudio] / src / pulsecore / thread-mq.c
index b492793ee5e0fd1f654d6a6fa163a0473a3756cc..dd84c9af95c39957e5a3335a24bb44552f660e38 100644 (file)
@@ -104,7 +104,7 @@ void pa_thread_mq_done(pa_thread_mq *q) {
      * dispatching anyway. */
 
     if (!pa_asyncmsgq_dispatching(q->outq))
-        pa_asyncmsgq_flush(q->outq, TRUE);
+        pa_asyncmsgq_flush(q->outq, true);
 
     q->mainloop->io_free(q->read_event);
     q->mainloop->io_free(q->write_event);