gdi32: Fix typo in FIXME (spotted by Rob Shearman).
This commit is contained in:
parent
809af590a1
commit
161821155d
|
@ -5062,7 +5062,7 @@ BOOL WineEngGetLinkedHFont(DC *dc, WCHAR c, HFONT *new_hfont, UINT *glyph)
|
|||
|
||||
DWORD WineEngGetFontUnicodeRanges(GdiFont *font, LPGLYPHSET glyphset)
|
||||
{
|
||||
FIXME("(%p, %p): stub\n", hdc, glyphset);
|
||||
FIXME("(%p, %p): stub\n", font, glyphset);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue