]> granicus.if.org Git - apache/commitdiff
surprised -Wall does not complain, but ap_scan_script_header_err_core() should explic...
authorDoug MacEachern <dougm@apache.org>
Tue, 8 May 2001 20:55:23 +0000 (20:55 +0000)
committerDoug MacEachern <dougm@apache.org>
Tue, 8 May 2001 20:55:23 +0000 (20:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89058 13f79535-47bb-0310-9956-ffa450edef68

server/util_script.c

index 875bec9c7a1186d07fd7405be853dd478c86d1d9..41c888ec3d5760842074ac6f703c25e64a017d78 100644 (file)
@@ -556,6 +556,8 @@ AP_DECLARE(int) ap_scan_script_header_err_core(request_rec *r, char *buffer,
            apr_table_add(merge, w, l);
        }
     }
+
+    return OK;
 }
 
 static int getsfunc_FILE(char *buf, int len, void *f)