Fix build error after clog color printing changes

This commit is contained in:
Brecht Van Lommel 2020-09-10 19:40:39 +02:00
parent 9bd10b1c92
commit fd5d014b62

@ -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
}
}