summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/event2/bufferevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event2/bufferevent.h b/include/event2/bufferevent.h
index a97030ef..fe8a74d3 100644
--- a/include/event2/bufferevent.h
+++ b/include/event2/bufferevent.h
@@ -599,7 +599,7 @@ enum bufferevent_trigger_options {
BEV_TRIG_IGNORE_WATERMARKS = (1<<16),
/** defer even if the callbacks are not */
- BEV_TRIG_DEFER_CALLBACKS = BEV_OPT_DEFER_CALLBACKS,
+ BEV_TRIG_DEFER_CALLBACKS = BEV_OPT_DEFER_CALLBACKS
/* (Note: for internal reasons, these need to be disjoint from
* bufferevent_options, except when they mean the same thing. */