diff --git a/src/help.c b/src/help.c index 948a6651..00f6726b 100644 --- a/src/help.c +++ b/src/help.c @@ -620,7 +620,7 @@ size_t help_line_len(const char *ptr) else if (wrap_location > 0) return wrap_location; else - return 0; + return 1; } #endif /* ENABLE_HELP */