summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2008-04-15 04:34:07 +0000
committerroot <root>2008-04-15 04:34:07 +0000
commit8176c9f3c1c2e3b60d7ff3cc89c9083c8d0f1826 (patch)
tree9d42db7c1130485eef0c778d23915eeb8270a0d7 /ev.h
parentc504eb595a9a9afdd74e7b445abf1aa661c4ea7c (diff)
*** empty log message ***
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 */