]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_produce_glyphs): Fix typo in enum name.
authorAndrew Innes <andrewi@gnu.org>
Sun, 5 Nov 2000 21:44:19 +0000 (21:44 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 5 Nov 2000 21:44:19 +0000 (21:44 +0000)
src/w32term.c

index aa2ce4980ff41320b096f447531e5bd21f5bccbf..6f74972df9115b862d18338333506bf21a95715c 100644 (file)
@@ -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;