add missing blank lines

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2678 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-15 19:15:14 +00:00
parent 203026c632
commit da72453859
1 changed files with 3 additions and 0 deletions

View 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. */