[HB] Add missing initializer
This commit is contained in:
parent
081819ea8b
commit
3284d05da2
|
@ -127,7 +127,9 @@ static hb_face_t _hb_face_nil = {
|
|||
NULL, /* destroy */
|
||||
NULL, /* user_data */
|
||||
|
||||
&_hb_unicode_funcs_nil /* unicode */
|
||||
&_hb_unicode_funcs_nil, /* unicode */
|
||||
|
||||
{} /* ot_layout */
|
||||
};
|
||||
|
||||
hb_face_t *
|
||||
|
|
Loading…
Reference in New Issue