commit 8b698f4a2994f3d3d3e8fe6685bf14c077878fb7
parent 9880afc47af15ab7dd951d1b79d279719bd1ef56
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 13 Jun 2005 05:16:55 +0000
more cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2647 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/search.c b/src/search.c
@@ -721,7 +721,6 @@ ssize_t do_replace_loop(const char *needle, const filestruct
FALSE
#endif
, real_current, *real_current_x, needle, &match_len)) {
-
int i = 0;
#ifdef HAVE_REGEX_H
@@ -744,8 +743,7 @@ ssize_t do_replace_loop(const char *needle, const filestruct
if (!replaceall)
edit_refresh();
- /* Record for the return value that we found the search
- * string. */
+ /* Indicate that we found the search string. */
if (numreplaced == -1)
numreplaced = 0;