diff options
Diffstat (limited to 'source/kit_test')
-rw-r--r-- | source/kit_test/run_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/kit_test/run_tests.c b/source/kit_test/run_tests.c index 1cb391c..1bb6e67 100644 --- a/source/kit_test/run_tests.c +++ b/source/kit_test/run_tests.c @@ -24,7 +24,7 @@ static long long sec_to_ms(long long sec) { return 1000 * sec; } -enum code_value { white, yellow, red, green }; +enum { white, yellow, red, green }; static void color_code(int term_color, int c) { if (term_color) { |