diff options
author | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2008-02-28 01:22:31 -0300 |
---|---|---|
committer | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2008-02-28 01:22:31 -0300 |
commit | aebd9dc252449747416b23c740a550d914275399 (patch) | |
tree | 12fae20ce0d683bf83aeee5c8c31ebbb75a49bc5 /hw | |
parent | f616735f17a681e3add866bf199540327c322490 (diff) |
Oops, there's one more parenthesis.
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/modes/xf86EdidModes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/modes/xf86EdidModes.c b/hw/xfree86/modes/xf86EdidModes.c index c366a3839..a1bdb0b99 100644 --- a/hw/xfree86/modes/xf86EdidModes.c +++ b/hw/xfree86/modes/xf86EdidModes.c @@ -112,7 +112,7 @@ static Bool quirk_detailed_h_in_cm (int scrnIndex, xf86MonPtr DDC) /* Bug #12784: "LGPhilipsLCD LP154W01-TLA2" */ /* Red Hat #435216 "LGPhilipsLCD LP154W01-TLAE" */ if (memcmp (DDC->vendor.name, "LPL", 4) == 0 && - (DDC->vendor.prod_id == 0 || DDC->vendor.prod_id == 0x2a00) + (DDC->vendor.prod_id == 0 || DDC->vendor.prod_id == 0x2a00)) return TRUE; /* Bug #11603: Funai Electronics PM36B */ |