aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 122f77c2962..096bca9d460 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -1472,7 +1472,7 @@ line_draw_cost (matrix, vpos)
1472 1472
1473 SET_GLYPH_FROM_CHAR_GLYPH (g, *beg); 1473 SET_GLYPH_FROM_CHAR_GLYPH (g, *beg);
1474 1474
1475 if (GLYPH_INVALID_P (g) < 0 1475 if (GLYPH_INVALID_P (g)
1476 || GLYPH_SIMPLE_P (glyph_table_base, glyph_table_len, g)) 1476 || GLYPH_SIMPLE_P (glyph_table_base, glyph_table_len, g))
1477 len += 1; 1477 len += 1;
1478 else 1478 else