diff options
Diffstat (limited to 'util/ub_event.c')
-rw-r--r-- | util/ub_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ub_event.c b/util/ub_event.c index 3b92be1a3025..fba2f2488296 100644 --- a/util/ub_event.c +++ b/util/ub_event.c @@ -427,7 +427,7 @@ ub_winsock_tcp_wouldblock(struct ub_event* ev, int eventbits) void ub_comm_base_now(struct comm_base* cb) { - #ifdef USE_MINI_EVENT +#ifdef USE_MINI_EVENT /** minievent updates the time when it blocks. */ (void)cb; /* nothing to do */ #else /* !USE_MINI_EVENT */ |