summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/lib_clreol.c
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-09-26 01:08:51 +0000
committerpst <pst@FreeBSD.org>1996-09-26 01:08:51 +0000
commitcb685776d1ee6cfe52b9bc4e334559ffa6449b39 (patch)
tree93a1cbff7cda505dc8d8a36fc0ea33a5c17e276c /lib/libncurses/lib_clreol.c
parent330982acee6326335ec1dfd9435f2e16a9976a3b (diff)
downloadFreeBSD-src-cb685776d1ee6cfe52b9bc4e334559ffa6449b39.zip
FreeBSD-src-cb685776d1ee6cfe52b9bc4e334559ffa6449b39.tar.gz
Back out my recent compilation clean-up changes, sysinstall is now weird.
Diffstat (limited to 'lib/libncurses/lib_clreol.c')
-rw-r--r--lib/libncurses/lib_clreol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/lib_clreol.c b/lib/libncurses/lib_clreol.c
index 12b78fe..a22d6b2 100644
--- a/lib/libncurses/lib_clreol.c
+++ b/lib/libncurses/lib_clreol.c
@@ -12,7 +12,7 @@
#include "curses.priv.h"
-#define BLANK (' '|A_NORMAL)
+#define BLANK ' '|A_NORMAL
int wclrtoeol(WINDOW *win)
{
OpenPOWER on IntegriCloud