File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ unsigned int option_version;
45
45
/* Some of the S's here are actually colors. */
46
46
static const id_format_pair_t formats_v0 [] = {
47
47
{ 0 , "Sff" },
48
- { 1 , "Sff " },
48
+ { 1 , "Cff " },
49
49
{ 2 , "Sff" },
50
50
{ 3 , "Sff" },
51
- { 4 , "Sff " },
51
+ { 4 , "SSS " },
52
52
{ 5 , "Sff" },
53
53
{ 6 , "SSf" },
54
54
{ 7 , "fff" },
@@ -58,6 +58,27 @@ static const id_format_pair_t formats_v0[] = {
58
58
{ 11 , "fff" },
59
59
{ 12 , "Sff" },
60
60
{ 13 , "Sff" },
61
+ { 14 , "Sff" },
62
+ { 15 , "Sff" },
63
+ { 16 , "Sff" },
64
+ { 17 , "Sff" },
65
+ { 18 , "Sff" },
66
+ { 19 , "Sff" },
67
+ { 20 , "Sff" },
68
+ { 21 , "Sff" },
69
+ { 22 , "Sff" },
70
+ { 23 , "SSS" },
71
+ { 24 , "SSS" },
72
+ { 25 , "SSS" },
73
+ { 26 , "SSS" },
74
+ { 27 , "SSS" },
75
+ { 28 , "SSS" },
76
+ { 29 , "SSS" },
77
+ { 30 , "SSS" },
78
+ { 31 , "SSS" },
79
+ { 32 , "SSS" },
80
+ { 33 , "SSS" },
81
+ { 34 , "SSS" },
61
82
{ 0 , NULL }
62
83
};
63
84
You can’t perform that action at this time.
0 commit comments