From: Brian Pane Date: Sun, 15 Dec 2002 20:05:23 +0000 (+0000) Subject: comment an endif for clarity X-Git-Tag: pre_ajp_proxy~2425 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c31938c6cecaf6b10d2c21b9a3b70677d730f033;p=apache comment an endif for clarity git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97930 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_core.h b/include/http_core.h index b4ae82ed53..320d420429 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -575,7 +575,7 @@ AP_CORE_DECLARE(void) ap_add_per_url_conf(server_rec *s, void *url_config); AP_CORE_DECLARE(void) ap_add_file_conf(core_dir_config *conf, void *url_config); AP_CORE_DECLARE_NONSTD(const char *) ap_limit_section(cmd_parms *cmd, void *dummy, const char *arg); -#endif +#endif /* CORE_PRIVATE */ /* ----------------------------------------------------------------------