Fixing bug created by commit [86aef59]

This commit is contained in:
Woody Hawthorne 2015-11-04 15:29:52 +11:00
parent d4f43afcd2
commit 8c701eeda1

View file

@ -124,7 +124,7 @@ void gwinLabelSetBorder(GHandle gh, bool_t border);
* *
* @api * @api
*/ */
void gwinLabelDefaultDraw(GWidgetObject *gw, void *param) void gwinLabelDefaultDraw(GWidgetObject *gw, void *param);
/** @} */ /** @} */