ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.c
(Generate patch)

Comparing libev/ev.c (file contents):
Revision 1.65 by root, Sun Nov 4 23:29:48 2007 UTC vs.
Revision 1.66 by root, Sun Nov 4 23:30:53 2007 UTC

808 ANPENDING *p = pendings [pri] + --pendingcnt [pri]; 808 ANPENDING *p = pendings [pri] + --pendingcnt [pri];
809 809
810 if (p->w) 810 if (p->w)
811 { 811 {
812 p->w->pending = 0; 812 p->w->pending = 0;
813
814 ((void (*)(EV_P_ W, int))p->w->cb) (EV_A_ p->w, p->events); 813 p->w->cb (EV_A_ p->w, p->events);
815 } 814 }
816 } 815 }
817} 816}
818 817
819static void 818static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines