--- libev/ev.h 2007/11/06 00:52:33 1.37 +++ libev/ev.h 2007/11/06 13:17:55 1.38 @@ -100,7 +100,7 @@ int pending; /* private */ \ int priority; /* private */ \ EV_COMMON; /* rw */ \ - void (*cb)(EV_P_ struct type *, int revents); /* private */ /* gets invoked with an eventmask */ + void (*cb)(EV_P_ struct type *, int revents) /* private */ /* gets invoked with an eventmask */ #define EV_WATCHER_LIST(type) \ EV_WATCHER (type); \