]> code.delx.au - pulseaudio/blobdiff - src/polyp/def.h
fix a couple of issues I found when compiling polypaudio with gcc 2.95
[pulseaudio] / src / polyp / def.h
index 80e3092b4ac9eb9c3c0ba5deb181f9223491f506..517dd42269882bf0b7e686f76c927d0938a96c4a 100644 (file)
@@ -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  */