From c31938c6cecaf6b10d2c21b9a3b70677d730f033 Mon Sep 17 00:00:00 2001 From: Brian Pane Date: Sun, 15 Dec 2002 20:05:23 +0000 Subject: [PATCH] comment an endif for clarity git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97930 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ /* ---------------------------------------------------------------------- -- 2.40.0