aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gdisp_fonts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gdisp_fonts.h b/include/gdisp_fonts.h
index a63e8909..1a2cb3d7 100644
--- a/include/gdisp_fonts.h
+++ b/include/gdisp_fonts.h
@@ -77,7 +77,7 @@ struct font {
const uint8_t *widthTable;
const uint16_t *offsetTable;
const fontcolumn_t *dataTable;
- };
+};
/**
* @brief Macros to get to the complex parts of the font structure.
@@ -88,3 +88,4 @@ struct font {
#endif /* _GDISP_FONTS_H */
/** @} */
+