Commit 5b9f5226 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2638 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent a049c836
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment