mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-27 07:09:38 +03:00
comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3188 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
c499382fec
commit
eba0711939
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user