Commit 5588c711 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

Tru64 cc is bitchy about trailing commas in an enum list.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89172 13f79535-47bb-0310-9956-ffa450edef68
parent 85c1bd67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ typedef enum {

typedef enum {
    hdr_in = 0,                 /* RequestHeader */
    hdr_out = 1,                /* Header */
    hdr_out = 1                 /* Header */
} hdr_inout;

typedef struct {