diff --git a/src/fw/applib/graphics/text_resources.c b/src/fw/applib/graphics/text_resources.c index 32bca226..04d00f02 100644 --- a/src/fw/applib/graphics/text_resources.c +++ b/src/fw/applib/graphics/text_resources.c @@ -225,7 +225,7 @@ static GlyphData *prv_decompress_glyph_data(GlyphData *g, uint8_t *src) { // *src is a pointer to the beginning of // // Once decompressed, Glyph Data will be formatted like this: - // [
| | ] + // [
| | ] // // The glyph is decoded in-place, so obviously, it's imperative that and // not overlap at any time. This is checked by fontgen.py and confirmed