mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Minor
This commit is contained in:
parent
1e8f195b96
commit
4df02e3240
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ struct OS2Range
|
|||
};
|
||||
|
||||
/* Note: The contents of this array was generated using gen-os2-unicode-ranges.py. */
|
||||
static OS2Range _hb_os2_unicode_ranges[] =
|
||||
static const OS2Range _hb_os2_unicode_ranges[] =
|
||||
{
|
||||
{ 0x0, 0x7F, 0}, // Basic Latin
|
||||
{ 0x80, 0xFF, 1}, // Latin-1 Supplement
|
||||
|
|
Loading…
Add table
Reference in a new issue