cosmetic fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2638 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
a049c8364f
commit
5b9f52265a
|
@ -3957,7 +3957,7 @@ void do_replace_highlight(bool highlight_flag, const char *word)
|
||||||
#ifdef HAVE_REGEX_H
|
#ifdef HAVE_REGEX_H
|
||||||
/* This is so we can show zero-length regexes. */
|
/* This is so we can show zero-length regexes. */
|
||||||
if (word_len == 0)
|
if (word_len == 0)
|
||||||
waddstr(edit, " ");
|
waddch(edit, ' ');
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
waddnstr(edit, word, actual_x(word, y));
|
waddnstr(edit, word, actual_x(word, y));
|
||||||
|
|
Loading…
Reference in New Issue