summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/lib_doupdate.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_doupdate.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_doupdate.c')
-rw-r--r--lib/libncurses/lib_doupdate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/lib_doupdate.c b/lib/libncurses/lib_doupdate.c
index 9f56386..2dba944 100644
--- a/lib/libncurses/lib_doupdate.c
+++ b/lib/libncurses/lib_doupdate.c
@@ -195,7 +195,7 @@ static int countc(int c)
**
*/
-#define BLANK (' '|A_NORMAL)
+#define BLANK ' '|A_NORMAL
static void ClrUpdate(WINDOW *scr)
{
OpenPOWER on IntegriCloud