diff options
author | root <root> | 2008-09-07 18:15:12 +0000 |
---|---|---|
committer | root <root> | 2008-09-07 18:15:12 +0000 |
commit | 35fb9c59e2d1d3d6034f19cc3bc0f68a109a8991 (patch) | |
tree | de45c00423d716ca5c76a0938029f7952cebdcdf /ev.c | |
parent | 604b74e5ce2b43560a130ae0a291cbd1e574770c (diff) |
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r-- | ev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1513,7 +1513,7 @@ ev_loop_fork (EV_P) } #if EV_VERIFY -void noinline +static void noinline verify_watcher (EV_P_ W w) { assert (("watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI)); |