C comment style

release/v2.9
Thomas Sterren 2018-02-20 16:35:34 +01:00
parent 509b4113ad
commit bee02d5bb5
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ void mf_wordwrap(const struct mf_font_s *font, int16_t width,
struct linelen_s current = { 0 };
struct linelen_s previous = { 0 };
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;