base/keysz.c: Delete trailing `,' in enum.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 28 Sep 2019 01:05:48 +0000 (02:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 Sep 2019 17:44:04 +0000 (18:44 +0100)
base/keysz.h

index 4ad772a..2986d61 100644 (file)
@@ -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 */