X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/e2f967aeff8b2c0b42d0b0a209f47543d61e48b1..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 */