aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/mcufont/mf_kerning.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp/mcufont/mf_kerning.h')
-rw-r--r--src/gdisp/mcufont/mf_kerning.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp/mcufont/mf_kerning.h b/src/gdisp/mcufont/mf_kerning.h
index 844d99c3..c6c2dcc7 100644
--- a/src/gdisp/mcufont/mf_kerning.h
+++ b/src/gdisp/mcufont/mf_kerning.h
@@ -25,7 +25,7 @@
* Returns the offset to add to the x position for c2.
*/
#if MF_USE_KERNING
-MF_EXTERN int8_t mf_compute_kerning(const struct mf_font_s *font,
+MF_EXTERN gI8 mf_compute_kerning(const struct mf_font_s *font,
mf_char c1, mf_char c2);
#else
#define mf_compute_kerning(font, c1, c2) 0