diff --git a/dlls/gdi32/gdiobj.c b/dlls/gdi32/gdiobj.c index 6514cab0daa..14ac6920e09 100644 --- a/dlls/gdi32/gdiobj.c +++ b/dlls/gdi32/gdiobj.c @@ -123,7 +123,7 @@ struct DefaultFontInfo LOGFONTW SystemFont; LOGFONTW DeviceDefaultFont; LOGFONTW SystemFixedFont; - LOGFONTW DefaultGuiFont; /* Note for this font the lfHeight member should be the point size */ + LOGFONTW DefaultGuiFont; }; static const struct DefaultFontInfo default_fonts[] =