From 09641cc707b0cf45368fa9e61ca8607483b4989f Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Tue, 13 Jan 2009 19:08:22 +0200 Subject: build: fix few warnings --- src/pulse/def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulse/def.h') diff --git a/src/pulse/def.h b/src/pulse/def.h index ace56574..7a715b66 100644 --- a/src/pulse/def.h +++ b/src/pulse/def.h @@ -428,7 +428,7 @@ typedef enum pa_subscription_event_type { PA_SUBSCRIPTION_EVENT_REMOVE = 0x0020U, /**< An object was removed */ - PA_SUBSCRIPTION_EVENT_TYPE_MASK = 0x0030U, + PA_SUBSCRIPTION_EVENT_TYPE_MASK = 0x0030U /**< A mask to extract the event operation from an event value */ } pa_subscription_event_type_t; -- cgit