Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2020-09-10 20:40:39 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-09-10 20:40:54 +0300
commitfd5d014b62b25642f3a4b0d86edfb08ed89913f2 (patch)
tree4f4863f66c51ee1a6a6471f6f736b12cecbed937 /intern/clog/clog.c
parent9bd10b1c9218e65d9de57e9a95dd5d77d5b9243a (diff)
Fix build error after clog color printing changes
Diffstat (limited to 'intern/clog/clog.c')
-rw-r--r--intern/clog/clog.c1
1 files changed, 0 insertions, 1 deletions
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
}
}