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