aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--termkey.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/termkey.h.in b/termkey.h.in
index 4c7270f..d61afb5 100644
--- a/termkey.h.in
+++ b/termkey.h.in
@@ -151,7 +151,7 @@ enum {
enum {
TERMKEY_CANON_SPACESYMBOL = 1 << 0, /* Space is symbolic rather than Unicode */
- TERMKEY_CANON_DELBS = 1 << 1, /* Del is converted to Backspace */
+ TERMKEY_CANON_DELBS = 1 << 1 /* Del is converted to Backspace */
};
void termkey_check_version(int major, int minor);