(get_key_code): fix coding style.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2020-02-22 10:57:40 +03:00
parent f30b0d35d5
commit 444ec92d81

View File

@ -1750,7 +1750,7 @@ get_key_code (int no_delay)
while (d == ESC_CHAR)
d = ALT (*pending_keys++);
bad_seq = (*pending_keys != ESC_CHAR && *pending_keys != 0);
bad_seq = (*pending_keys != ESC_CHAR && *pending_keys != '\0');
if (*pending_keys == '\0' || bad_seq)
pending_keys = seq_append = NULL;