summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/lib_clrbot.c
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-09-22 01:05:21 +0000
committerpst <pst@FreeBSD.org>1996-09-22 01:05:21 +0000
commit365fa6d6f82625289fed70edf8eac14b3c1e70e4 (patch)
tree0f6858a8dfa4d0c30818e375ae97e59803ce202c /lib/libncurses/lib_clrbot.c
parent69c1743fffac00ff290dceacf7daac37be6683bf (diff)
downloadFreeBSD-src-365fa6d6f82625289fed70edf8eac14b3c1e70e4.zip
FreeBSD-src-365fa6d6f82625289fed70edf8eac14b3c1e70e4.tar.gz
Fix some compilation warnings
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 fa48db8..22f8726 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