diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-06-29 04:59:15 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-06-29 04:59:15 +0200 |
commit | ff081959732f48153652bbd07dabc57a837fb6d5 (patch) | |
tree | 3d7c78d0947d35eda367cdaa11899d705e24d1a4 /termo.c | |
parent | f7912a8ce7bbf7f701b5217bbb3879b13b66cfe7 (diff) | |
download | termo-ff081959732f48153652bbd07dabc57a837fb6d5.tar.gz termo-ff081959732f48153652bbd07dabc57a837fb6d5.tar.xz termo-ff081959732f48153652bbd07dabc57a837fb6d5.zip |
Fix formatting
Diffstat (limited to 'termo.c')
-rw-r--r-- | termo.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1695,9 +1695,9 @@ termo_strpkey_generic (termo_t *tk, const char *str, termo_key_t *key, if (!str || key->type != TERMO_TYPE_KEY - || key->code.codepoint < '@' + || key->code.codepoint < '@' || key->code.codepoint > '_' - || key->modifiers != 0) + || key->modifiers != 0) return NULL; if (key->code.codepoint >= 'A' |