X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/aa07e8dd0ad9aa9952a6eeba2ef2b15429c08831..e24bed5d59f88b90093005921b5338267ed65ea2:/ev.c?ds=sidebyside 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); } } }