From 4e5ba4306db8cb64a87ad37084c0bf64c03563e1 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 28 Sep 2019 02:05:48 +0100 Subject: [PATCH] base/keysz.c: Delete trailing `,' in enum. --- base/keysz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.11.0