From f2d65f8a9cdbfd5500d1b3a01b5c9de8e1f89f5c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 7 May 2008 20:29:33 +0000 Subject: [PATCH] r19634@catbus: nickm | 2008-05-07 16:10:37 -0400 the C syntax is fn(void), not fn(). svn:r784 --- test/regress_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/regress_http.c b/test/regress_http.c index c3840e48..75b982d6 100644 --- a/test/regress_http.c +++ b/test/regress_http.c @@ -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;