summaryrefslogtreecommitdiff
path: root/framebuffer/font_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/font_internal.h')
-rw-r--r--framebuffer/font_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuffer/font_internal.h b/framebuffer/font_internal.h
index 5b0f30ba1..6b6de2f34 100644
--- a/framebuffer/font_internal.h
+++ b/framebuffer/font_internal.h
@@ -33,7 +33,7 @@ extern const struct fb_font_desc font_italic_bold;
extern const struct fb_font_desc* fb_get_font(const plot_font_style_t *fstyle);
-extern utf8_convert_ret utf8_to_font_encoding(const struct fb_font_desc* font,
+extern nserror utf8_to_font_encoding(const struct fb_font_desc* font,
const char *string,
size_t len,
char **result);