aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/mcufont/mf_font.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-07-29 16:25:20 +1000
committerinmarket <andrewh@inmarket.com.au>2013-07-29 16:25:20 +1000
commit12085b8014234b10739d5cf22ed6c6d055ce8741 (patch)
tree97cdf7ab1afe7ab6c8db761154618e779761fdb9 /src/gdisp/mcufont/mf_font.h
parent3ac4e9e789b7f0d5a9d18f9073a09d4e7a4fd3f0 (diff)
downloaduGFX-12085b8014234b10739d5cf22ed6c6d055ce8741.tar.gz
uGFX-12085b8014234b10739d5cf22ed6c6d055ce8741.tar.bz2
uGFX-12085b8014234b10739d5cf22ed6c6d055ce8741.zip
Fix compiler warnings, operating system dependancies, and non-portable code.
Diffstat (limited to 'src/gdisp/mcufont/mf_font.h')
-rw-r--r--src/gdisp/mcufont/mf_font.h4
1 files changed, 2 insertions, 2 deletions
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