From: Mark Wooding Date: Sat, 28 Sep 2019 01:05:48 +0000 (+0100) Subject: base/keysz.c: Delete trailing `,' in enum. X-Git-Tag: 2.6.0~62 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/4e5ba4306db8cb64a87ad37084c0bf64c03563e1 base/keysz.c: Delete trailing `,' in enum. --- diff --git a/base/keysz.h b/base/keysz.h index 4ad772a0..2986d614 100644 --- a/base/keysz.h +++ b/base/keysz.h @@ -59,7 +59,7 @@ enum { KSZ_ANY, /* Allows any key at all */ KSZ_RANGE, /* Allows keys within a range */ - KSZ_SET, /* Allows specific sizes of keys */ + KSZ_SET /* Allows specific sizes of keys */ }; #define KSZ_16BIT 0x20 /* Arguments are 16 bits long */