]> granicus.if.org Git - libevent/commitdiff
r19634@catbus: nickm | 2008-05-07 16:10:37 -0400
authorNick Mathewson <nickm@torproject.org>
Wed, 7 May 2008 20:29:33 +0000 (20:29 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 7 May 2008 20:29:33 +0000 (20:29 +0000)
 the C syntax is fn(void), not fn().

svn:r784

test/regress_http.c

index c3840e4873ece9250936d07f25b2882939036ce5..75b982d64bbe4846437ee755549724bc871154a1 100644 (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;