summaryrefslogtreecommitdiffstats
path: root/polyp/paplay.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/paplay.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/paplay.c')
-rw-r--r--polyp/paplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/paplay.c b/polyp/paplay.c
index 89358a51..cc466e12 100644
--- a/polyp/paplay.c
+++ b/polyp/paplay.c
@@ -40,7 +40,7 @@
#include <polyp/mainloop-signal.h>
#include <polyp/polyplib-version.h>
-#if PA_API_VERSION != PA_API_VERSION_0_6
+#if PA_API_VERSION != 6
#error Invalid Polypaudio API version
#endif