diff options
| -rw-r--r-- | ev.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -1570,6 +1570,7 @@ ev_loop_verify (EV_P)      {        assert (pendingmax [i] >= pendingcnt [i]);  #if EV_IDLE_ENABLE +      assert (idleall >= 0);        assert (idlemax [i] >= idlecnt [i]);        array_verify (EV_A_ (W *)idles [i], idlecnt [i]);  #endif | 
