tweaks: simplify a condition, to match the same condition five lines back

This commit is contained in:
Benno Schulenberg 2024-06-01 09:30:44 +02:00
parent b3780aab33
commit 5251ce1b20
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ int get_input(WINDOW *frame)
else if (frame)
read_keys_from(frame);
if (waiting_codes > 0) {
if (waiting_codes) {
waiting_codes--;
#ifdef ENABLE_NANORC
if (*nextcodes == MORE_PLANTS) {