C comment style
This commit is contained in:
parent
509b4113ad
commit
bee02d5bb5
@ -179,7 +179,7 @@ void mf_wordwrap(const struct mf_font_s *font, int16_t width,
|
|||||||
struct linelen_s current = { 0 };
|
struct linelen_s current = { 0 };
|
||||||
struct linelen_s previous = { 0 };
|
struct linelen_s previous = { 0 };
|
||||||
bool full;
|
bool full;
|
||||||
uint32_t giveUp = 2048; // Do while-loop a maximum of x times
|
uint32_t giveUp = 2048; /* Do while-loop a maximum of x times */
|
||||||
|
|
||||||
current.start = text;
|
current.start = text;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user