summaryrefslogtreecommitdiffstats
path: root/polyp/pactl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-29 19:13:55 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-29 19:13:55 +0000
commitd09240118ce0170c2fc5f504589646746902eb96 (patch)
treea9028255331ec92347c734869ef708ac527c475f /polyp/pactl.c
parent6dfab4ec7b8d8702d425b2ec9b5f1aff5c8290cd (diff)
really fix API version API
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@249 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/pactl.c')
-rw-r--r--polyp/pactl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/pactl.c b/polyp/pactl.c
index cf2f51c3..fbedc6fa 100644
--- a/polyp/pactl.c
+++ b/polyp/pactl.c
@@ -41,7 +41,7 @@
#include <polyp/mainloop-signal.h>
#include <polyp/sample.h>
-#if PA_API_VERSION != PA_API_VERSION_0_6
+#if PA_API_VERSION != 6
#error Invalid Polypaudio API version
#endif