]> granicus.if.org Git - apache/commitdiff
Fix comment delimiters so that Apache builds again.
authorJeff Trawick <trawick@apache.org>
Thu, 10 Aug 2000 11:07:26 +0000 (11:07 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 10 Aug 2000 11:07:26 +0000 (11:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86042 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 79a810e166355ad69799bdd1b900ddf1dbf0de7c..26d9c227a2d884a5e459e131090c27453605a5ab 100644 (file)
@@ -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 */