mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Fixed typo
This commit is contained in:
parent
d4d25d36f1
commit
5ee9e214aa
@ -68,7 +68,7 @@ NS_IMETHODIMP nsFontMetricsMotif :: Init(const nsFont& aFont, nsIDeviceContext*
|
||||
aCX->GetTwipsToDevUnits(t2d);
|
||||
PRInt32 dpi = NSToIntRound(t2d * 1440);
|
||||
Display *dpy;
|
||||
dpy = ((nsDeviceContextMotif *)aCX->GetDisplay();
|
||||
dpy = ((nsDeviceContextMotif *)aCX)->GetDisplay();
|
||||
|
||||
if (nsnull == wildstring)
|
||||
return NS_ERROR_NOT_INITIALIZED;
|
||||
|
Loading…
x
Reference in New Issue
Block a user