mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 11:53:00 -04:00
Add missing return statement to del_wait_thread so libevent can build.
This commit is contained in:
parent
1bf7595644
commit
4f778ab6d7
@ -945,7 +945,7 @@ static void* del_wait_thread(void *arg)
|
||||
test_timeval_diff_eq(&tv_start, &tv_end, 300);
|
||||
|
||||
end:
|
||||
;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user