From 3977a369d4db927490b72e3676fe64da7a002253 Mon Sep 17 00:00:00 2001 From: silverweed Date: Fri, 26 Jul 2024 13:38:56 +0200 Subject: [PATCH] fmt --- src/render_term.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];