aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Innes2000-11-05 21:44:19 +0000
committerAndrew Innes2000-11-05 21:44:19 +0000
commit1521ce96f59f3dcdcbc840b80d7a74307359cbaa (patch)
tree3878c8f0313d33f3c42615b6a01cbf130bd31c20 /src
parentce424b260c7aa83633197c5b5534861f1d8faeca (diff)
downloademacs-1521ce96f59f3dcdcbc840b80d7a74307359cbaa.tar.gz
emacs-1521ce96f59f3dcdcbc840b80d7a74307359cbaa.zip
(x_produce_glyphs): Fix typo in enum name.
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c2
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