diff src/w32term.c @ 33218:1d2f8848f63e

(x_produce_glyphs): Fix typo in enum name.
author Andrew Innes <andrewi@gnu.org>
date Sun, 05 Nov 2000 21:44:19 +0000
parents 84590a646acc
children 834a6b4f08a4
line wrap: on
line diff
--- 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;