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); /** @} */