r19634@catbus: nickm | 2008-05-07 16:10:37 -0400

the C syntax is fn(void), not fn().


svn:r784
This commit is contained in:
Nick Mathewson 2008-05-07 20:29:33 +00:00
parent 68fecb7ab6
commit f2d65f8a9c

View File

@ -528,7 +528,7 @@ http_request_expect_error(struct evhttp_request *req, void *arg)
/* test virtual hosts */
static void
http_virtual_host_test()
http_virtual_host_test(void)
{
short port = -1;
struct evhttp_connection *evcon = NULL;