Module: wine Branch: master Commit: 161821155d1e3e491f63a017d5fdcd9ea1e43339 URL: http://source.winehq.org/git/wine.git/?a=commit;h=161821155d1e3e491f63a017d5...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Sep 27 18:05:57 2007 +0200
gdi32: Fix typo in FIXME (spotted by Rob Shearman).
---
dlls/gdi32/freetype.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c index 3ec28f9..6036f48 100644 --- a/dlls/gdi32/freetype.c +++ b/dlls/gdi32/freetype.c @@ -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; }