summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/lib_clrbot.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_clrbot.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_clrbot.c')
-rw-r--r--lib/libncurses/lib_clrbot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/lib_clrbot.c b/lib/libncurses/lib_clrbot.c
index 22f8726..fa48db8 100644
--- a/lib/libncurses/lib_clrbot.c
+++ b/lib/libncurses/lib_clrbot.c
@@ -12,7 +12,7 @@
#include "curses.priv.h"
-#define BLANK (' '|A_NORMAL)
+#define BLANK ' '|A_NORMAL
int wclrtobot(WINDOW *win)
{
OpenPOWER on IntegriCloud