refactor: replace TRUE/FALSE with true/false

Focus is on global variables.
This commit is contained in:
Dundar Göc
2021-07-26 15:20:51 +02:00
parent 7b520cca3a
commit dfd9d861dc
9 changed files with 43 additions and 44 deletions

View File

@@ -849,7 +849,7 @@ void msgmore(long n)
}
if (msg(msg_buf)) {
set_keep_msg(msg_buf, 0);
keep_msg_more = TRUE;
keep_msg_more = true;
}
}
}