summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2012-01-25 01:32:12 +0000
committerroot <root>2012-01-25 01:32:12 +0000
commit97460ea47bb00a61c4e06196561ed7ce5fa6214f (patch)
tree926e5b609f22466f88005ced75c275425ef8a073 /ev.c
parentb0dcf01e07c8b661c308755f83cd2d0ac351189a (diff)
*** empty log message ***
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))
{