commit 60a9bddcf69bf00c2f821f448a82bba0d9a3b695
parent e1ce92c90f973a82c7388e2dcff100c0e3aff6f4
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 17 May 2005 16:54:34 +0000
formatting fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2521 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/search.c b/src/search.c
@@ -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