X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=tack%2Fcolor.c;fp=tack%2Fcolor.c;h=479081c9fb38a7b4a9910566cb7ddc9fdd39ca12;hp=710538aef48c7abed18012310773c2f758a4041b;hb=b1f61d9f3aa244512045a6b02e759825d7049d34;hpb=0eb88fc5281804773e2a0c7a488a4452463535ce diff --git a/tack/color.c b/tack/color.c index 710538ae..479081c9 100644 --- a/tack/color.c +++ b/tack/color.c @@ -21,7 +21,7 @@ #include -MODULE_ID("$Id: color.c,v 1.1 1999/04/18 01:24:45 tom Exp $") +MODULE_ID("$Id: color.c,v 1.2 2000/03/04 21:05:54 tom Exp $") /* * Color terminal tests. Has only one entry point: test_color(). @@ -306,7 +306,7 @@ load_palette(int n) static int rainbow(int n) -{ /* print the programable color display */ +{ /* print the programmable color display */ int i, c, d, palette_full, initial_pair; static const struct { const char *name;