diff options
author | Paul Traina <pst@FreeBSD.org> | 1996-09-26 01:08:51 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1996-09-26 01:08:51 +0000 |
commit | 5005b18574006f04d1fdde23cbf8eff060eb1d90 (patch) | |
tree | 93a1cbff7cda505dc8d8a36fc0ea33a5c17e276c /lib/libncurses/lib_clrbot.c | |
parent | fa19f8481a699edb1cb7c1629fd5aa1b42570b3b (diff) |
Back out my recent compilation clean-up changes, sysinstall is now weird.
Notes
Notes:
svn path=/head/; revision=18496
Diffstat (limited to 'lib/libncurses/lib_clrbot.c')
-rw-r--r-- | lib/libncurses/lib_clrbot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/lib_clrbot.c b/lib/libncurses/lib_clrbot.c index 22f87267f836..fa48db8a8ebd 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) { |