From: Stefan Fritsch Date: Sun, 18 Nov 2012 19:57:08 +0000 (+0000) Subject: s/;;/;/ X-Git-Tag: 2.5.0-alpha~6099 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68bf694f8723948fbe19ac35d75f7103cd9a157f;p=thirdparty%2Fapache%2Fhttpd.git s/;;/;/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1410971 13f79535-47bb-0310-9956-ffa450edef68 --- 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