From eba0711939190efd1c4749384cf904c7b3d00d03 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 16 Nov 2005 04:26:33 +0000
Subject: [PATCH] comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3188 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/prompt.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/prompt.c b/src/prompt.c
index 136c0948..fe3fff4c 100644
--- a/src/prompt.c
+++ b/src/prompt.c
@@ -688,9 +688,7 @@ void do_statusbar_find_bracket(void)
     while (TRUE) {
 	/* rev_start might end up 1 character before the start or after
 	 * the end of the line.  This won't be a problem because we'll
-	 * skip over it below in that case, and rev_start will be
-	 * properly set when the search continues on the previous or
-	 * next line. */
+	 * skip over it below in that case. */
 	rev_start = reverse ? answer + (statusbar_x - 1) : answer +
 		(statusbar_x + 1);
 
-- 
GitLab