mirror of
git://git.sv.gnu.org/nano.git
synced 2024-12-15 07:12:38 +03:00
comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2049 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
182b2c936f
commit
29f03dcff9
@ -716,7 +716,8 @@ ssize_t do_replace_loop(const char *needle, const filestruct
|
|||||||
pww_save = placewewant;
|
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)
|
if (numreplaced == -1)
|
||||||
numreplaced = 0;
|
numreplaced = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user