summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2007-11-04 23:29:48 +0000
committerroot <root>2007-11-04 23:29:48 +0000
commite24bed5d59f88b90093005921b5338267ed65ea2 (patch)
treef134baa48c4d9d3858b3f9ab15aeaad5b468dbec /ev.c
parentaa07e8dd0ad9aa9952a6eeba2ef2b15429c08831 (diff)
*** empty log message ***
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);
}
}
}