From 12085b8014234b10739d5cf22ed6c6d055ce8741 Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 29 Jul 2013 16:25:20 +1000 Subject: Fix compiler warnings, operating system dependancies, and non-portable code. --- src/gdisp/mcufont/mf_font.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gdisp/mcufont/mf_font.h') diff --git a/src/gdisp/mcufont/mf_font.h b/src/gdisp/mcufont/mf_font.h index 0e5612ce..1166fa3b 100644 --- a/src/gdisp/mcufont/mf_font.h +++ b/src/gdisp/mcufont/mf_font.h @@ -120,6 +120,6 @@ MF_EXTERN uint8_t mf_character_width(const struct mf_font_s *font, MF_EXTERN const struct mf_font_s *mf_find_font(const char *name); /* Get the list of included fonts */ -MF_EXTERN const struct mf_font_list_s *mf_get_font_list(); +MF_EXTERN const struct mf_font_list_s *mf_get_font_list(void); -#endif \ No newline at end of file +#endif -- cgit v1.2.3