From ad30977fe74da9889d7450b8ae42762d025abf7a Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sun, 18 Nov 2012 19:57:08 +0000 Subject: [PATCH] s/;;/;/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1410971 13f79535-47bb-0310-9956-ffa450edef68 --- include/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/httpd.h b/include/httpd.h index 41e468bab35..c117ccf82ec 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1698,7 +1698,7 @@ AP_DECLARE(char *) ap_construct_server(apr_pool_t *p, const char *hostname, * @return The escaped shell command */ AP_DECLARE(char *) ap_escape_shell_cmd(apr_pool_t *p, const char *s) - AP_FN_ATTR_NONNULL_ALL;; + AP_FN_ATTR_NONNULL_ALL; /** * Count the number of directories in a path -- 2.47.3