[aat] Fix symbol visibility

Not sure why only one of the bots sees this as visible...
This commit is contained in:
Behdad Esfahbod 2018-01-12 11:31:20 +01:00
parent ee16b9d8d3
commit 25364c4f00
1 changed files with 1 additions and 1 deletions

View File

@ -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 */