Commit 39bd1b35 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3531 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment