summaryrefslogtreecommitdiff
path: root/src/tests/mix-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/mix-test.c')
-rw-r--r--src/tests/mix-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/mix-test.c b/src/tests/mix-test.c
index e2ef49065..ae6520970 100644
--- a/src/tests/mix-test.c
+++ b/src/tests/mix-test.c
@@ -407,7 +407,7 @@ START_TEST (mix_test) {
if (!getenv("MAKE_CHECK"))
pa_log_set_level(PA_LOG_DEBUG);
- fail_unless((pool = pa_mempool_new(FALSE, 0)) != NULL, NULL);
+ fail_unless((pool = pa_mempool_new(false, 0)) != NULL, NULL);
a.channels = 1;
a.rate = 44100;
@@ -451,7 +451,7 @@ START_TEST (mix_test) {
k.index = 0;
ptr = pa_memblock_acquire_chunk(&k);
- pa_mix(m, 2, ptr, k.length, &a, NULL, FALSE);
+ pa_mix(m, 2, ptr, k.length, &a, NULL, false);
pa_memblock_release(k.memblock);
compare_block(&a, &k, 2);