summaryrefslogtreecommitdiffstats
path: root/src/polyp/def.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-04-18 19:31:50 +0000
committerLennart Poettering <lennart@poettering.net>2006-04-18 19:31:50 +0000
commit746adcfed5dc396bc4820724b2e951369fc63aeb (patch)
treeb6985d36881b2155863e1e80379687c06973c3d9 /src/polyp/def.h
parent60008cb1154696a875e69b7bcb739bc9f85ed378 (diff)
fix a couple of issues I found when compiling polypaudio with gcc 2.95
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@754 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp/def.h')
-rw-r--r--src/polyp/def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polyp/def.h b/src/polyp/def.h
index 80e3092b..517dd422 100644
--- a/src/polyp/def.h
+++ b/src/polyp/def.h
@@ -288,7 +288,7 @@ typedef enum pa_seek_mode {
PA_SEEK_RELATIVE = 0, /**< Seek relatively to the write index */
PA_SEEK_ABSOLUTE = 1, /**< Seek relatively to the start of the buffer queue */
PA_SEEK_RELATIVE_ON_READ = 2, /**< Seek relatively to the read index. */
- PA_SEEK_RELATIVE_END = 3, /**< Seek relatively to the current end of the buffer queue. */
+ PA_SEEK_RELATIVE_END = 3 /**< Seek relatively to the current end of the buffer queue. */
} pa_seek_mode_t;
/** Special sink flags. \since 0.8 */