=== modified file 'termkey.h.in' --- termkey.h.in 2012-01-18 16:29:29 +0000 +++ termkey.h.in 2012-01-18 15:16:13 +0000 @@ -151,7 +151,7 @@ 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);