Commit 5ab12ca7 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

miscellaneous minor fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3025 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -598,7 +598,7 @@ ssize_t break_line(const char *line, ssize_t goal, bool newline)
if (blank_loc == -1) {
/* No blank was found that was short enough. */
bool found_blank = FALSE;
ssize_t found_blank_loc;
ssize_t found_blank_loc = 0;
while (*line != '\0') {
line_len = parse_mbchar(line, NULL, NULL);
......
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