]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- "lint"
authorrousskov <>
Wed, 8 Apr 1998 14:19:08 +0000 (14:19 +0000)
committerrousskov <>
Wed, 8 Apr 1998 14:19:08 +0000 (14:19 +0000)
src/enums.h

index 08ae0654e963b7e1c9478ce3a50a1ebd96e53ca8..9949f6b88749f7384522f7199f3e905df9064a7e 100644 (file)
@@ -397,7 +397,7 @@ enum {
     PD_INITED,    /* initialized */
     PD_USABLE,    /* ready to use */
     PD_REQUESTED, /* we are in the process of receiving a [fresh] digest */
-    PD_DISABLED,  /* do not use/validate the digest */
+    PD_DISABLED   /* do not use/validate the digest */
 } peer_cd_t;
 
 /* These are for StoreEntry->flag, which is defined as a SHORT */