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