cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3180 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-11-15 20:32:18 +00:00
parent bc8b7d74eb
commit b299a6a0d9
1 changed files with 1 additions and 1 deletions

View File

@ -393,8 +393,8 @@ bool findnextstr(bool can_display_wrap, bool wholeword, bool
/* We've definitely found something. */
openfile->current = fileptr;
openfile->current_x = current_x_find;
openfile->current_y = current_y_find;
openfile->placewewant = xplustabs();
openfile->current_y = current_y_find;
/* needle_len holds the length of needle. */
if (needle_len != NULL)