tweaks: rename a function, to get rid of a useless suffix

This commit is contained in:
Benno Schulenberg
2019-12-15 19:47:05 +01:00
parent d3a8d81afb
commit 413b9cb774
8 changed files with 14 additions and 15 deletions

View File

@@ -2074,7 +2074,7 @@ int do_writeout(bool exiting, bool withprompt)
continue;
}
#endif /* !NANO_TINY */
if (func == do_help_void) {
if (func == do_help) {
continue;
}
#ifdef ENABLE_EXTRA