summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ev.c b/ev.c
index 9ef3d13..255bb84 100644
--- a/ev.c
+++ b/ev.c
@@ -810,8 +810,7 @@ call_pending (EV_P)
if (p->w)
{
p->w->pending = 0;
-
- ((void (*)(EV_P_ W, int))p->w->cb) (EV_A_ p->w, p->events);
+ p->w->cb (EV_A_ p->w, p->events);
}
}
}