aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgtkterm.c')
-rw-r--r--src/pgtkterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgtkterm.c b/src/pgtkterm.c
index 11ab40a0d39..b9d0b7b512e 100644
--- a/src/pgtkterm.c
+++ b/src/pgtkterm.c
@@ -2551,7 +2551,7 @@ pgtk_draw_glyph_string (struct glyph_string *s)
2551 } 2551 }
2552 2552
2553 /* Ignore minimum_offset if the amount of pixels was 2553 /* Ignore minimum_offset if the amount of pixels was
2554 explictly specified. */ 2554 explicitly specified. */
2555 if (!s->face->underline_pixels_above_descent_line) 2555 if (!s->face->underline_pixels_above_descent_line)
2556 position = max (position, underline_minimum_offset); 2556 position = max (position, underline_minimum_offset);
2557 } 2557 }