Commit 2d481505 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

trailing commas in enum declarations aren't portable


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88119 13f79535-47bb-0310-9956-ffa450edef68
parent a0e00787
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1454,7 +1454,7 @@ void dav_prop_rollback(dav_prop_ctx *ctx);
enum {
    DAV_CALLTYPE_MEMBER = 1,	/* called for a member resource */
    DAV_CALLTYPE_COLLECTION,	/* called for a collection */
    DAV_CALLTYPE_LOCKNULL,	/* called for a locknull resource */
    DAV_CALLTYPE_LOCKNULL 	/* called for a locknull resource */
};

typedef struct