From 1521ce96f59f3dcdcbc840b80d7a74307359cbaa Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sun, 5 Nov 2000 21:44:19 +0000 Subject: [PATCH] (x_produce_glyphs): Fix typo in enum name. --- src/w32term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) /* Bounding box of the overall glyphs. */ int leftmost, rightmost, lowest, highest; int i, width, ascent, descent; - enum w32_font_type font_type; + enum w32_char_font_type font_type; cmp->font = (void *) font; -- 2.39.5