Commit 60a9bddc authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

formatting fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2521 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent e1ce92c9
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment