From: Jeff Trawick Date: Mon, 12 Feb 2001 20:52:01 +0000 (+0000) Subject: trailing commas in enum declarations aren't portable X-Git-Tag: 2.0.11~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cf6ff9daeb98641b5537f2ef804123ea70128ec;p=apache 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 --- diff --git a/modules/dav/main/mod_dav.h b/modules/dav/main/mod_dav.h index 70e29c2d9f..cf9a1a05d6 100644 --- a/modules/dav/main/mod_dav.h +++ b/modules/dav/main/mod_dav.h @@ -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