]> granicus.if.org Git - apache/commitdiff
* modules/http/http_protocol.c (is_mpm_running): Fix warning with
authorJoe Orton <jorton@apache.org>
Mon, 7 Apr 2008 13:14:37 +0000 (13:14 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 7 Apr 2008 13:14:37 +0000 (13:14 +0000)
gcc -Wall.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645497 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index aa23a32fda933c4326ec9ef1501b1a483cbe3a5b..0d1bee0ac3819a100aa60e41bdd2bae5ea9ef342 100644 (file)
@@ -157,7 +157,7 @@ AP_IMPLEMENT_HOOK_VOID(insert_error_filter, (request_rec *r), (r))
  */
 #define METHOD_NUMBER_LAST  62
 
-static int is_mpm_running()
+static int is_mpm_running(void)
 {
     int mpm_state = 0;