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

oldstable
Alexandre Julliard 2007-09-27 18:05:57 +02:00
parent 809af590a1
commit 161821155d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}