]> git.wh0rd.org Git - nano.git/commitdiff
cosmetic fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 13 Jun 2005 04:11:20 +0000 (04:11 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 13 Jun 2005 04:11:20 +0000 (04:11 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2644 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/search.c

index 05e7888d6b647eb7020430237e9e01ae345036e8..f312365aa75318f59dc963beb2c7843f3d8b3d01 100644 (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;
     }