tweaks: simplify a condition, to match the same condition five lines back
This commit is contained in:
parent
b3780aab33
commit
5251ce1b20
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user