From: rousskov <> Date: Wed, 8 Apr 1998 14:19:08 +0000 (+0000) Subject: - "lint" X-Git-Tag: SQUID_3_0_PRE1~3571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dccabce12249334cd2813ef2ff946a45a6fe90e;p=thirdparty%2Fsquid.git - "lint" --- diff --git a/src/enums.h b/src/enums.h index 08ae0654e9..9949f6b887 100644 --- a/src/enums.h +++ b/src/enums.h @@ -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 */