cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3531 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-05-20 13:11:56 +00:00
parent cd243f558a
commit 39bd1b3597
1 changed files with 2 additions and 2 deletions

View File

@ -846,13 +846,13 @@ ssize_t break_line(const char *line, ssize_t goal
|| (newline && *line == '\n')
#endif
)) {
line_len = parse_mbchar(line, NULL, NULL);
#ifndef DISABLE_HELP
if (newline && *line == '\n')
break;
#endif
line_len = parse_mbchar(line, NULL, NULL);
line += line_len;
blank_loc += line_len;
}