aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/mcufont/mf_justify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp/mcufont/mf_justify.c')
-rw-r--r--src/gdisp/mcufont/mf_justify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp/mcufont/mf_justify.c b/src/gdisp/mcufont/mf_justify.c
index 857777cd..204bb7f7 100644
--- a/src/gdisp/mcufont/mf_justify.c
+++ b/src/gdisp/mcufont/mf_justify.c
@@ -297,7 +297,7 @@ void mf_render_justified(const struct mf_font_s *font,
{
int16_t x, tmp;
- uint16_t c1 = 0, c2;
+ mf_char c1 = 0, c2;
x = x0 - font->baseline_x;
while (count--)