From: David Lawrence Ramsey Date: Mon, 13 Jun 2005 04:11:20 +0000 (+0000) Subject: cosmetic fixes X-Git-Tag: v1.3.8~159 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7291daabe30d3e74a3f31de07e7ba0ae50192b5b;p=nano.git cosmetic fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2644 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/search.c b/src/search.c index 05e7888d..f312365a 100644 --- a/src/search.c +++ b/src/search.c @@ -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; }