summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.h b/ev.h
index 74fb059..ebedcbf 100644
--- a/ev.h
+++ b/ev.h
@@ -338,7 +338,7 @@ typedef struct ev_async
EV_ATOMIC_T sent; /* private */
} ev_async;
-# define ev_async_pending(w) (((w)->sent + 0)
+# define ev_async_pending(w) ((w)->sent + 0)
#endif
/* the presence of this union forces similar struct layout */