]> git.wh0rd.org Git - nano.git/commitdiff
add missing blank lines
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 15 Jun 2005 19:15:14 +0000 (19:15 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 15 Jun 2005 19:15:14 +0000 (19:15 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2678 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/search.c

index 9019c57011f6ada02000db0bc3d004933eeae16a..7cc135bfe617e569ecfc0435601bcb539882cbbe 100644 (file)
@@ -754,12 +754,15 @@ ssize_t do_replace_loop(const char *needle, const filestruct
                FALSE);
 
            curs_set(0);
+
            do_replace_highlight(TRUE, exp_word);
 
            i = do_yesno(TRUE, _("Replace this instance?"));
 
            do_replace_highlight(FALSE, exp_word);
+
            free(exp_word);
+
            curs_set(1);
 
            if (i == -1) {      /* We canceled the replace. */