From 45c420d68fca08e6a7784022bd9443ba4d784f6e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 28 May 2008 08:10:37 +0000 Subject: [PATCH] Fix typo in comment. --- src/w32fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32fns.c b/src/w32fns.c index 9805afd119a..b18a1233b8a 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -5584,7 +5584,7 @@ w32_to_x_font (lplogfont, lpxstr, len, specific_charset) strcpy (height_dpi, "*"); } -#if 0 /* Never put the width in the xfld. It fails on fonts with +#if 0 /* Never put the width in the xlfd. It fails on fonts with double-width characters. */ if (lplogfont->lfWidth) sprintf (width_pixels, "%u", lplogfont->lfWidth * 10); -- 2.39.2