ligatures: adding 0 initialiser for features array ref. #93
This commit is contained in:
parent
bd370228a4
commit
a8e2af0d92
1 changed files with 1 additions and 1 deletions
2
hb.c
2
hb.c
|
|
@ -27,7 +27,7 @@ static HbFontMatch *hbfontcache = NULL;
|
|||
* e. g.
|
||||
* FEATURE('c', 'a', 'l', 't'), FEATURE('d', 'l', 'i', 'g')
|
||||
*/
|
||||
hb_feature_t features[] = { };
|
||||
hb_feature_t features[] = { 0 };
|
||||
|
||||
void
|
||||
hbunloadfonts()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue