aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c2
1 files changed, 1 insertions, 1 deletions
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)
2262 /* Bounding box of the overall glyphs. */ 2262 /* Bounding box of the overall glyphs. */
2263 int leftmost, rightmost, lowest, highest; 2263 int leftmost, rightmost, lowest, highest;
2264 int i, width, ascent, descent; 2264 int i, width, ascent, descent;
2265 enum w32_font_type font_type; 2265 enum w32_char_font_type font_type;
2266 2266
2267 cmp->font = (void *) font; 2267 cmp->font = (void *) font;
2268 2268