Commit 16182115 authored by Alexandre Julliard's avatar Alexandre Julliard

gdi32: Fix typo in FIXME (spotted by Rob Shearman).

parent 809af590
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment