summaryrefslogtreecommitdiffstats
path: root/src/tests/parec-simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/parec-simple.c')
-rw-r--r--src/tests/parec-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/parec-simple.c b/src/tests/parec-simple.c
index fc2314ac..4463d549 100644
--- a/src/tests/parec-simple.c
+++ b/src/tests/parec-simple.c
@@ -67,7 +67,7 @@ int main(PA_GCC_UNUSED int argc, char*argv[]) {
int error;
/* Create the recording stream */
- if (!(s = pa_simple_new(NULL, argv[0], PA_STREAM_RECORD, NULL, "record", &ss, NULL, &error))) {
+ if (!(s = pa_simple_new(NULL, argv[0], PA_STREAM_RECORD, NULL, "record", &ss, NULL, NULL, &error))) {
fprintf(stderr, __FILE__": pa_simple_new() failed: %s\n", pa_strerror(error));
goto finish;
}