From f8050a84f76c5f8be7bd87fd26eb053901a11dd6 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 11 Feb 2013 10:52:04 +0100 Subject: [PATCH] typo --- include/gdisp/lld/gdisp_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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