cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2644 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-13 04:11:20 +00:00
parent d2edb8a538
commit 7291daabe3
1 changed files with 1 additions and 1 deletions

View File

@ -415,9 +415,9 @@ bool findnextstr(bool can_display_wrap, bool wholeword, bool
current_x_find > beginx
#endif
) {
if (can_display_wrap)
not_found_msg(needle);
return FALSE;
}