Commit 7291daab authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2644 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -415,9 +415,9 @@ bool findnextstr(bool can_display_wrap, bool wholeword, bool ...@@ -415,9 +415,9 @@ bool findnextstr(bool can_display_wrap, bool wholeword, bool
current_x_find > beginx current_x_find > beginx
#endif #endif
) { ) {
if (can_display_wrap) if (can_display_wrap)
not_found_msg(needle); not_found_msg(needle);
return FALSE; return FALSE;
} }
......
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