chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
67e6eee
)
base/keysz.c: Delete trailing `,' in enum.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 28 Sep 2019 01:05:48 +0000
(
02:05
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 29 Sep 2019 17:44:04 +0000
(18:44 +0100)
base/keysz.h
patch
|
blob
|
blame
|
history
diff --git
a/base/keysz.h
b/base/keysz.h
index 4ad772a090c036869c87914578052adc163eddfd..2986d6143b1340e5db343c0a9a5582cbff753ab3 100644
(file)
--- 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 */
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 */
};
#define KSZ_16BIT 0x20 /* Arguments are 16 bits long */