diff options
author | Jeff Trawick <trawick@apache.org> | 2000-08-10 13:07:26 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2000-08-10 13:07:26 +0200 |
commit | a5121d5061e68f968474e17cd8aa2a1f16f4ee74 (patch) | |
tree | 5de81655705d55a8bfed2af3d03f82a4b50a2b5f /include | |
parent | We've already released a5 (diff) | |
download | apache2-a5121d5061e68f968474e17cd8aa2a1f16f4ee74.tar.xz apache2-a5121d5061e68f968474e17cd8aa2a1f16f4ee74.zip |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/httpd.h | 8 |
1 files 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 */ |