summaryrefslogtreecommitdiff
path: root/source/kit_test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/kit_test/test.c')
-rw-r--r--source/kit_test/test.c2
1 files changed, 1 insertions, 1 deletions
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"
};