mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 04:19:10 -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);
|
test_timeval_diff_eq(&tv_start, &tv_end, 300);
|
||||||
|
|
||||||
end:
|
end:
|
||||||
;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user