From: Andrew Innes Date: Sun, 5 Nov 2000 21:44:19 +0000 (+0000) Subject: (x_produce_glyphs): Fix typo in enum name. X-Git-Tag: emacs-pretest-21.0.90~297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1521ce96f59f3dcdcbc840b80d7a74307359cbaa;p=emacs.git (x_produce_glyphs): Fix typo in enum name. --- 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;