diff --git a/src/render_term.cpp b/src/render_term.cpp index 6e149f9..7e187b0 100644 --- a/src/render_term.cpp +++ b/src/render_term.cpp @@ -45,7 +45,7 @@ String8 render_legend_to_string(Arena *arena, const Term_Viewer &viewer, const A } *head = nullptr, *tail = nullptr; String8 color_none = ansi_color_table[ACol_None]; - u64 tot_len = 0; + u64 tot_len = 0; for (u64 section = 1; section < Sec_COUNT; ++section) { Ansi_Color color = viewer.col_section[section]; String8 color_str = ansi_color_table[color];