# HG changeset patch # User Andrew Innes # Date 973460659 0 # Node ID 1d2f8848f63e0a817db085d8c19f9ef5cc792c45 # Parent 960181d7eebf11e1415ff8983b4f283fa6ebf19c (x_produce_glyphs): Fix typo in enum name. diff -r 960181d7eebf -r 1d2f8848f63e src/w32term.c --- a/src/w32term.c Sun Nov 05 21:42:41 2000 +0000 +++ b/src/w32term.c Sun Nov 05 21:44:19 2000 +0000 @@ -2262,7 +2262,7 @@ /* 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;