From ff081959732f48153652bbd07dabc57a837fb6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 29 Jun 2021 04:59:15 +0200 Subject: [PATCH] Fix formatting --- termo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/termo.c b/termo.c index d1002ff..88d2ff9 100644 --- a/termo.c +++ b/termo.c @@ -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'