]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
motorz: fix a compiler warning.
authorYann Ylavic <ylavic@apache.org>
Wed, 26 Aug 2015 17:09:20 +0000 (17:09 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 26 Aug 2015 17:09:20 +0000 (17:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1697975 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/motorz/motorz.c

index 897324655f3d1c5c753115c0e2f335a79d9caa41..591154f9cf8518e277605fbc00e23f81f5862f8b 100644 (file)
@@ -59,7 +59,7 @@ static void clean_child_exit(int code) __attribute__ ((noreturn));
 static apr_pollset_t *motorz_pollset;
 static apr_skiplist *motorz_timer_ring;
 
-static motorz_core_t *motorz_core_get()
+static motorz_core_t *motorz_core_get(void)
 {
     return g_motorz_core;
 }