From cc95b915db96e182db9cc9d9a79ffb1bfebcb581 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 1 Oct 2006 18:51:50 +0000 Subject: [PATCH] Spacing. --- pdcurses/color.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;