[aat] Fix symbol visibility
Not sure why only one of the bots sees this as visible...
This commit is contained in:
parent
ee16b9d8d3
commit
25364c4f00
|
@ -81,7 +81,7 @@ struct RearrangementSubtable
|
|||
* and end-side. Values of 0,1,2 mean move that many
|
||||
* to the other side. Value of 3 means move 2 and
|
||||
* flip them. */
|
||||
static const unsigned char map[16] =
|
||||
const unsigned char map[16] =
|
||||
{
|
||||
0x00, /* 0 no change */
|
||||
0x10, /* 1 Ax => xA */
|
||||
|
|
Loading…
Reference in New Issue