diff --git a/pdcurses/color.c b/pdcurses/color.c index 63a16b42..16c537a9 100644 --- a/pdcurses/color.c +++ b/pdcurses/color.c @@ -20,7 +20,7 @@ #include #include -RCSID("$Id: color.c,v 1.61 2006/10/01 00:44:53 wmcbrine Exp $"); +RCSID("$Id: color.c,v 1.62 2006/10/01 18:51:50 wmcbrine Exp $"); /*man-start************************************************************** @@ -213,7 +213,7 @@ int color_content(short color, short *red, short *green, short *blue) else { /* Simulated values for platforms that don't support - palette changing*/ + palette changing */ short maxval = (color >= COLORS) ? 1000 : 680;