aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <info@b-electronics.ch>2015-11-04 06:14:23 +0100
committerJoel Bodenmann <info@b-electronics.ch>2015-11-04 06:14:23 +0100
commitb276bd7a4b3a0d213d95fab3e2a425fc8be92fe6 (patch)
tree4a35bb98b7dbf0634cb8a259feadd6a7179ad273 /src
parent583b314db2051636f1e8d988f6ce0447272f5140 (diff)
parent8c701eeda11098d28a00113c0b5e73be76ca4f03 (diff)
downloaduGFX-b276bd7a4b3a0d213d95fab3e2a425fc8be92fe6.tar.gz
uGFX-b276bd7a4b3a0d213d95fab3e2a425fc8be92fe6.tar.bz2
uGFX-b276bd7a4b3a0d213d95fab3e2a425fc8be92fe6.zip
Merged in woodyhawthorne/ugfx (pull request #19)
Fixing bug created by commit [86aef59]
Diffstat (limited to 'src')
-rw-r--r--src/gwin/gwin_label.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_label.h b/src/gwin/gwin_label.h
index 2b784b3a..84836bf2 100644
--- a/src/gwin/gwin_label.h
+++ b/src/gwin/gwin_label.h
@@ -124,7 +124,7 @@ void gwinLabelSetBorder(GHandle gh, bool_t border);
*
* @api
*/
-void gwinLabelDefaultDraw(GWidgetObject *gw, void *param)
+void gwinLabelDefaultDraw(GWidgetObject *gw, void *param);
/** @} */