aboutsummaryrefslogtreecommitdiffstats
path: root/src/androidterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/androidterm.c')
-rw-r--r--src/androidterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/androidterm.c b/src/androidterm.c
index 9f25c507a23..25b7fa97ebc 100644
--- a/src/androidterm.c
+++ b/src/androidterm.c
@@ -4279,7 +4279,7 @@ android_draw_glyph_string (struct glyph_string *s)
4279 y = s->ybase + position; 4279 y = s->ybase + position;
4280 android_fill_rectangle (FRAME_ANDROID_DRAWABLE (s->f), 4280 android_fill_rectangle (FRAME_ANDROID_DRAWABLE (s->f),
4281 s->gc, s->x, y, decoration_width, 4281 s->gc, s->x, y, decoration_width,
4282 thickness, false); 4282 thickness);
4283 } 4283 }
4284 4284
4285 if (!s->face->underline_defaulted_p) 4285 if (!s->face->underline_defaulted_p)