From d95d47bc2b56cdf501008e703244e33643e0f3c2 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Fri, 22 Dec 2006 14:47:26 +0000 Subject: [PATCH] Typo. --- dos/pdcscrn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dos/pdcscrn.c b/dos/pdcscrn.c index a54e2004..10f78c38 100644 --- a/dos/pdcscrn.c +++ b/dos/pdcscrn.c @@ -19,7 +19,7 @@ # include #endif -RCSID("$Id: pdcscrn.c,v 1.70 2006/11/18 12:00:04 wmcbrine Exp $"); +RCSID("$Id: pdcscrn.c,v 1.71 2006/12/22 14:47:26 wmcbrine Exp $"); int pdc_adapter; /* screen type */ int pdc_scrnmode; /* default screen mode */ @@ -715,7 +715,7 @@ bool PDC_can_change_color(void) return (pdc_adapter == _VGACOLOR); } -/* These are only valid when pdc_adapter == _vGACOLOR */ +/* These are only valid when pdc_adapter == _VGACOLOR */ int PDC_color_content(short color, short *red, short *green, short *blue) {