diff options
| author | Juanma Barranquero | 2008-05-28 08:10:37 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-28 08:10:37 +0000 |
| commit | 45c420d68fca08e6a7784022bd9443ba4d784f6e (patch) | |
| tree | f6ebb087a627b9057db666c20acf07e2e53b0755 /src | |
| parent | 00c670e1422ccbaf26ac66b6edf529b5dccb9bd5 (diff) | |
| download | emacs-45c420d68fca08e6a7784022bd9443ba4d784f6e.tar.gz emacs-45c420d68fca08e6a7784022bd9443ba4d784f6e.zip | |
Fix typo in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 5584 | strcpy (height_dpi, "*"); | 5584 | strcpy (height_dpi, "*"); |
| 5585 | } | 5585 | } |
| 5586 | 5586 | ||
| 5587 | #if 0 /* Never put the width in the xfld. It fails on fonts with | 5587 | #if 0 /* Never put the width in the xlfd. It fails on fonts with |
| 5588 | double-width characters. */ | 5588 | double-width characters. */ |
| 5589 | if (lplogfont->lfWidth) | 5589 | if (lplogfont->lfWidth) |
| 5590 | sprintf (width_pixels, "%u", lplogfont->lfWidth * 10); | 5590 | sprintf (width_pixels, "%u", lplogfont->lfWidth * 10); |