Add missing return statement to del_wait_thread so libevent can build.

This commit is contained in:
Nick Mathewson 2016-01-22 11:16:05 -05:00
parent 1bf7595644
commit 4f778ab6d7

View File

@ -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