aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-02-11 10:52:04 +0100
committerJoel Bodenmann <joel@unormal.org>2013-02-11 10:52:04 +0100
commitf8050a84f76c5f8be7bd87fd26eb053901a11dd6 (patch)
tree85e264ada3901fa6a89608a464dddbf60b12489d /include
parent6505bf6f0c3d46b113ba951a5853e45bb8903c31 (diff)
downloaduGFX-f8050a84f76c5f8be7bd87fd26eb053901a11dd6.tar.gz
uGFX-f8050a84f76c5f8be7bd87fd26eb053901a11dd6.tar.bz2
uGFX-f8050a84f76c5f8be7bd87fd26eb053901a11dd6.zip
typo
Diffstat (limited to 'include')
-rw-r--r--include/gdisp/lld/gdisp_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdisp/lld/gdisp_lld.h b/include/gdisp/lld/gdisp_lld.h
index 37e40b19..da1b29c6 100644
--- a/include/gdisp/lld/gdisp_lld.h
+++ b/include/gdisp/lld/gdisp_lld.h
@@ -495,7 +495,7 @@ extern "C" {
/* Text Rendering Functions */
#if GDISP_NEED_TEXT
- extern void lld_gdisp_draw_char(coord_t x, coord_t y, char c, font_t font, color_t color;
+ extern void lld_gdisp_draw_char(coord_t x, coord_t y, char c, font_t font, color_t color);
extern void lld_gdisp_fill_char(coord_t x, coord_t y, char c, font_t font, color_t color, color_t bgcolor);
#endif