From a5121d5061e68f968474e17cd8aa2a1f16f4ee74 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 10 Aug 2000 11:07:26 +0000 Subject: [PATCH] Fix comment delimiters so that Apache builds again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86042 13f79535-47bb-0310-9956-ffa450edef68 --- include/httpd.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/httpd.h b/include/httpd.h index 79a810e166..26d9c227a2 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -875,7 +875,7 @@ typedef struct server_addr_rec server_addr_rec; /** A structure to be used for Per-vhost config */ struct server_addr_rec { - /** The next server in the list + /** The next server in the list */ server_addr_rec *next; /** The bound address, for this server */ apr_in_addr host_addr; @@ -921,9 +921,9 @@ struct server_rec { int is_virtual; /** Config vector containing pointers to modules' per-server config * structures. */ - void *module_config; /* Config vector containing pointers to - /** MIME type info, etc., before we start checking per-directory info. */ - void *lookup_defaults; /* MIME type info, etc., before we start + void *module_config; + /** MIME type info, etc., before we start checking per-directory info */ + void *lookup_defaults; /* Transaction handling */ -- 2.40.0