summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/test/rain.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/test/rain.c')
-rw-r--r--contrib/ncurses/test/rain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ncurses/test/rain.c b/contrib/ncurses/test/rain.c
index 262f87d..a7771b0 100644
--- a/contrib/ncurses/test/rain.c
+++ b/contrib/ncurses/test/rain.c
@@ -1,5 +1,5 @@
/*
- * $Id: rain.c,v 1.14 1999/11/13 23:39:07 tom Exp $
+ * $Id: rain.c,v 1.15 2000/09/02 18:41:22 tom Exp $
*/
#include <test.priv.h>
@@ -42,7 +42,7 @@ float c;
if (has_colors()) {
int bg = COLOR_BLACK;
start_color();
-#ifdef HAVE_USE_DEFAULT_COLORS
+#if HAVE_USE_DEFAULT_COLORS
if (use_default_colors() == OK)
bg = -1;
#endif
OpenPOWER on IntegriCloud