From 29f03dcff94839b532c815fd68cd970dec0a1b3f Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 3 Nov 2004 21:11:38 +0000
Subject: [PATCH] comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2049 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/search.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/search.c b/src/search.c
index 7459a45f..71bf7d05 100644
--- a/src/search.c
+++ b/src/search.c
@@ -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;
 
-- 
GitLab