comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2049 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-11-03 21:11:38 +00:00
parent 182b2c936f
commit 29f03dcff9
1 changed files with 2 additions and 1 deletions

View File

@ -716,7 +716,8 @@ ssize_t do_replace_loop(const char *needle, const filestruct
pww_save = placewewant;
}
/* Record for the return value that we found the search string. */
/* Record for the return value that we found the search
* string. */
if (numreplaced == -1)
numreplaced = 0;