X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fworm.c;h=142982aef22158049768d429ca65de614e3636b3;hp=43a898f84d13602c57b337518811216a5b4825c0;hb=c633e5103a29a38532cf1925257b91cea33fd090;hpb=b1f61d9f3aa244512045a6b02e759825d7049d34 diff --git a/test/worm.c b/test/worm.c index 43a898f8..142982ae 100644 --- a/test/worm.c +++ b/test/worm.c @@ -34,7 +34,7 @@ Options: traces will be dumped. The program stops and waits for one character of input at the beginning and end of the interval. - $Id: worm.c,v 1.30 2000/04/15 17:51:56 tom Exp $ + $Id: worm.c,v 1.31 2000/09/02 18:41:01 tom Exp $ */ #include @@ -251,7 +251,7 @@ main(int argc, char *argv[]) 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