]> granicus.if.org Git - apache/commitdiff
Tru64 cc is bitchy about trailing commas in an enum list.
authorJeff Trawick <trawick@apache.org>
Sun, 20 May 2001 09:31:04 +0000 (09:31 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 20 May 2001 09:31:04 +0000 (09:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89172 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_headers.c

index 2d896119d15456cfa47f508b53806a03243e87d0..8c90e23d90fcb733fe216a5db74972aae53fcd75 100644 (file)
@@ -127,7 +127,7 @@ typedef enum {
 
 typedef enum {
     hdr_in = 0,                 /* RequestHeader */
-    hdr_out = 1,                /* Header */
+    hdr_out = 1                 /* Header */
 } hdr_inout;
 
 typedef struct {