summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 82e663f..ab6b5b0 100644
--- a/ev.c
+++ b/ev.c
@@ -3301,7 +3301,7 @@ ev_timer_again (EV_P_ ev_timer *w)
{
EV_FREQUENT_CHECK;
- clear_pending (EV_A_ w);
+ clear_pending (EV_A_ (W)w);
if (ev_is_active (w))
{