Missing paren

This commit is contained in:
mkaply%us.ibm.com 2002-04-13 14:49:30 +00:00
parent f8c2ea5afa
commit 20bc48f435

View File

@ -890,7 +890,7 @@ LONG nsRenderingContextOS2::GetGPIColor (void)
{
LONG gcolor = MK_RGB (NS_GAMMA_CORRECT_COMPONENT(NS_GET_R (mColor)),
NS_GAMMA_CORRECT_COMPONENT(NS_GET_G (mColor)),
NS_GAMMA_CORRECT_COMPONENT(NS_GET_B (mColor));
NS_GAMMA_CORRECT_COMPONENT(NS_GET_B (mColor)));
return (mPaletteMode) ? GFX (::GpiQueryColorIndex (mPS, 0, gcolor), GPI_ALTERROR) :
gcolor ;