Skip to content

Commit

Permalink
Merged in woodyhawthorne/ugfx (pull request qmk#19)
Browse files Browse the repository at this point in the history
Fixing bug created by commit [86aef59]
  • Loading branch information
Joel Bodenmann committed Nov 4, 2015
2 parents 583b314 + 8c701ee commit b276bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gwin/gwin_label.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void gwinLabelSetBorder(GHandle gh, bool_t border);
*
* @api
*/
void gwinLabelDefaultDraw(GWidgetObject *gw, void *param)
void gwinLabelDefaultDraw(GWidgetObject *gw, void *param);

/** @} */

Expand Down

0 comments on commit b276bd7

Please sign in to comment.