From ce20101ecb912b294b208e6e59b4a7f9214370c3 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sat, 25 Mar 2023 08:38:16 +0100 Subject: Microbenchmarks --- source/kit_test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/kit_test/test.c') diff --git a/source/kit_test/test.c b/source/kit_test/test.c index ed7e7a7..3d3e180 100644 --- a/source/kit_test/test.c +++ b/source/kit_test/test.c @@ -29,7 +29,7 @@ static long long sec_to_ms(long long sec) { enum { white, blue, light, yellow, red, green }; -char const *const color_codes[] = { +static char const *const color_codes[] = { [white] = "\x1b[38m", [blue] = "\x1b[34m", [light] = "\x1b[37m", [yellow] = "\x1b[33m", [red] = "\x1b[31m", [green] = "\x1b[32m" }; -- cgit v1.2.3