X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/aa07e8dd0ad9aa9952a6eeba2ef2b15429c08831..0f411518435b7edf24d4bddcc86e5958f7e3d23f:/ev.c 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); } } }