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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user