add missing blank lines
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2678 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
203026c632
commit
da72453859
|
@ -754,12 +754,15 @@ ssize_t do_replace_loop(const char *needle, const filestruct
|
||||||
FALSE);
|
FALSE);
|
||||||
|
|
||||||
curs_set(0);
|
curs_set(0);
|
||||||
|
|
||||||
do_replace_highlight(TRUE, exp_word);
|
do_replace_highlight(TRUE, exp_word);
|
||||||
|
|
||||||
i = do_yesno(TRUE, _("Replace this instance?"));
|
i = do_yesno(TRUE, _("Replace this instance?"));
|
||||||
|
|
||||||
do_replace_highlight(FALSE, exp_word);
|
do_replace_highlight(FALSE, exp_word);
|
||||||
|
|
||||||
free(exp_word);
|
free(exp_word);
|
||||||
|
|
||||||
curs_set(1);
|
curs_set(1);
|
||||||
|
|
||||||
if (i == -1) { /* We canceled the replace. */
|
if (i == -1) { /* We canceled the replace. */
|
||||||
|
|
Loading…
Reference in New Issue