progs/perftest.c: Use from Glibc syscall numbers.
[catacomb] / 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 */