aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xfont.c')
-rw-r--r--src/xfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfont.c b/src/xfont.c
index 2c3ca911623..8b1e37aa146 100644
--- a/src/xfont.c
+++ b/src/xfont.c
@@ -248,7 +248,7 @@ xfont_chars_supported (Lisp_Object chars, XFontStruct *xfont,
248 } 248 }
249 else if (VECTORP (chars)) 249 else if (VECTORP (chars))
250 { 250 {
251 int i; 251 ptrdiff_t i;
252 252
253 for (i = ASIZE (chars) - 1; i >= 0; i--) 253 for (i = ASIZE (chars) - 1; i >= 0; i--)
254 { 254 {