diff options
Diffstat (limited to 'src/tests/asyncmsgq-test.c')
-rw-r--r-- | src/tests/asyncmsgq-test.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tests/asyncmsgq-test.c b/src/tests/asyncmsgq-test.c index e7d662e1..08ad3dd4 100644 --- a/src/tests/asyncmsgq-test.c +++ b/src/tests/asyncmsgq-test.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of PulseAudio. @@ -91,7 +89,7 @@ int main(int argc, char *argv[]) { printf("Operation B post\n"); pa_asyncmsgq_post(q, NULL, OPERATION_B, NULL, 0, NULL, NULL); - + pa_thread_yield(); printf("Operation C send\n"); |