formatting fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2521 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-05-17 16:54:34 +00:00
parent e1ce92c90f
commit 60a9bddcf6
1 changed files with 2 additions and 1 deletions

View File

@ -554,7 +554,8 @@ void do_research(void)
last_search)) {
didfind = findnextstr(TRUE, FALSE, TRUE, current,
current_x, answer, NULL);
if (fileptr == current && fileptr_x == current_x && !didfind)
if (fileptr == current && fileptr_x == current_x &&
!didfind)
statusbar(_("This is the only occurrence"));
} else {
#endif