mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 17:38:36 +00:00
Missing paren
This commit is contained in:
parent
f8c2ea5afa
commit
20bc48f435
@ -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 ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user