diff options
| author | Andrew Innes | 2000-11-05 21:44:19 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-11-05 21:44:19 +0000 |
| commit | 1521ce96f59f3dcdcbc840b80d7a74307359cbaa (patch) | |
| tree | 3878c8f0313d33f3c42615b6a01cbf130bd31c20 /src | |
| parent | ce424b260c7aa83633197c5b5534861f1d8faeca (diff) | |
| download | emacs-1521ce96f59f3dcdcbc840b80d7a74307359cbaa.tar.gz emacs-1521ce96f59f3dcdcbc840b80d7a74307359cbaa.zip | |
(x_produce_glyphs): Fix typo in enum name.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index aa2ce4980ff..6f74972df91 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -2262,7 +2262,7 @@ x_produce_glyphs (it) | |||
| 2262 | /* Bounding box of the overall glyphs. */ | 2262 | /* Bounding box of the overall glyphs. */ |
| 2263 | int leftmost, rightmost, lowest, highest; | 2263 | int leftmost, rightmost, lowest, highest; |
| 2264 | int i, width, ascent, descent; | 2264 | int i, width, ascent, descent; |
| 2265 | enum w32_font_type font_type; | 2265 | enum w32_char_font_type font_type; |
| 2266 | 2266 | ||
| 2267 | cmp->font = (void *) font; | 2267 | cmp->font = (void *) font; |
| 2268 | 2268 | ||