author | Mark Banner <bugzilla@standard8.plus.com> |
Thu, 20 Jan 2011 08:38:05 +0000 | |
changeset 60925 | 97a40e139df62fb0f1d6db0ffbd3d1d73d2a17fa |
parent 60924 | 0fd17aea04a0458bd636071c0810f21735b845d0 |
child 60926 | 4b66f1f3e3753d3e0d7683406796b063b6919e68 |
push id | 18167 |
push user | bugzilla@standard8.plus.com |
push date | Thu, 20 Jan 2011 08:38:32 +0000 |
treeherder | mozilla-central@97a40e139df6 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bustage-fix |
bugs | 625160 |
milestone | 2.0b10pre |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
widget/src/xpwidgets/GfxDriverInfo.h | file | annotate | diff | comparison | revisions | |
widget/src/xpwidgets/GfxInfoBase.h | file | annotate | diff | comparison | revisions |
--- a/widget/src/xpwidgets/GfxDriverInfo.h +++ b/widget/src/xpwidgets/GfxDriverInfo.h @@ -126,12 +126,12 @@ ParseDriverVersion(nsAString& aVersion, if (b < 0 || b > 0xffff) return false; if (c < 0 || c > 0xffff) return false; if (d < 0 || d > 0xffff) return false; *aNumericVersion = GFX_DRIVER_VERSION(a, b, c, d); return true; } -}; -}; +} +} #endif /*__mozilla_widget_GfxDriverInfo_h__ */