X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/8c5956c14f5834a072e1a9345ae1f356b14164ca..HEAD:/base/keysz.h 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 */