cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2638 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-13 02:22:44 +00:00
parent a049c8364f
commit 5b9f52265a
1 changed files with 1 additions and 1 deletions

View File

@ -3957,7 +3957,7 @@ void do_replace_highlight(bool highlight_flag, const char *word)
#ifdef HAVE_REGEX_H
/* This is so we can show zero-length regexes. */
if (word_len == 0)
waddstr(edit, " ");
waddch(edit, ' ');
else
#endif
waddnstr(edit, word, actual_x(word, y));