aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWoody Hawthorne <erhawthorne@gmail.com>2015-11-04 15:29:52 +1100
committerWoody Hawthorne <erhawthorne@gmail.com>2015-11-04 15:29:52 +1100
commit8c701eeda11098d28a00113c0b5e73be76ca4f03 (patch)
treed4240c73ea110fd96a72787af339f9e805f208f3 /src
parentd4f43afcd2309b0c6205826b571ecf7ab8f33071 (diff)
downloaduGFX-8c701eeda11098d28a00113c0b5e73be76ca4f03.tar.gz
uGFX-8c701eeda11098d28a00113c0b5e73be76ca4f03.tar.bz2
uGFX-8c701eeda11098d28a00113c0b5e73be76ca4f03.zip
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);
/** @} */