You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2001/02/12 21:52:04 UTC

cvs commit: httpd-2.0/modules/dav/main mod_dav.h

trawick     01/02/12 12:52:04

  Modified:    modules/dav/main mod_dav.h
  Log:
  trailing commas in enum declarations aren't portable
  
  Revision  Changes    Path
  1.42      +1 -1      httpd-2.0/modules/dav/main/mod_dav.h
  
  Index: mod_dav.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/dav/main/mod_dav.h,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- mod_dav.h	2001/02/07 12:33:17	1.41
  +++ mod_dav.h	2001/02/12 20:52:01	1.42
  @@ -1454,7 +1454,7 @@
   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