comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3656 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-06-11 19:14:14 +00:00
parent 503bad02fe
commit d4686b8e51
1 changed files with 2 additions and 2 deletions

View File

@ -559,8 +559,8 @@ bool do_wrap(filestruct *line)
/* Step 1, finding where to wrap. We are going to add a new line /* Step 1, finding where to wrap. We are going to add a new line
* after a blank character. In this step, we call break_line() to * after a blank character. In this step, we call break_line() to
* get the location of the last blank we can break the line at, and * get the location of the last blank we can break the line at, and
* and set wrap_loc to the location of the character after it, so * set wrap_loc to the location of the character after it, so that
* that the blank is preserved at the end of the line. * the blank is preserved at the end of the line.
* *
* If there is no legal wrap point, or we reach the last character * If there is no legal wrap point, or we reach the last character
* of the line while trying to find one, we should return without * of the line while trying to find one, we should return without