miscellaneous minor fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3025 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-09-20 17:52:52 +00:00
parent ca37ee67d9
commit 5ab12ca761
1 changed files with 1 additions and 1 deletions

View File

@ -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);