1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-18 01:18:51 +02:00

(color_indicator[0]): Add missing `['.

This commit is contained in:
Jim Meyering
1995-02-27 16:37:54 +00:00
parent 2b4f9ff609
commit 9ac5e4ef97
+1 -1
View File
@@ -346,7 +346,7 @@ struct indicator_type
static struct indicator_type color_indicator[] =
{
{LEN_STR_PAIR ("\033")}, /* lc: Left of color sequence */
{LEN_STR_PAIR ("\033[")}, /* lc: Left of color sequence */
{LEN_STR_PAIR ("m")}, /* rc: Right of color sequence */
{LEN_STR_PAIR ("\033[0m")}, /* ec: End color */
{LEN_STR_PAIR ("0")}, /* fi: File: default */