From 8c701eeda11098d28a00113c0b5e73be76ca4f03 Mon Sep 17 00:00:00 2001 From: Woody Hawthorne Date: Wed, 4 Nov 2015 15:29:52 +1100 Subject: [PATCH] Fixing bug created by commit [86aef59] --- src/gwin/gwin_label.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); /** @} */