From 8176c9f3c1c2e3b60d7ff3cc89c9083c8d0f1826 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 15 Apr 2008 04:34:07 +0000 Subject: *** empty log message *** --- ev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ev.h') 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 */ -- cgit v1.2.3