From fd5d014b62b25642f3a4b0d86edfb08ed89913f2 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 10 Sep 2020 19:40:39 +0200 Subject: Fix build error after clog color printing changes --- intern/clog/clog.c | 1 - 1 file changed, 1 deletion(-) (limited to 'intern') diff --git a/intern/clog/clog.c b/intern/clog/clog.c index 1cebd9f2099..15729f96ac7 100644 --- a/intern/clog/clog.c +++ b/intern/clog/clog.c @@ -240,7 +240,6 @@ static void clg_color_table_init(bool use_color) clg_color_table[COLOR_GREEN] = "\033[1;32m"; clg_color_table[COLOR_YELLOW] = "\033[1;33m"; clg_color_table[COLOR_RESET] = "\033[0m"; -#endif } } -- cgit v1.2.3