Fix function signature
This commit is contained in:
parent
3b88bd9742
commit
743cd2c46e
|
@ -52,7 +52,7 @@ static NativeSymbol _hb_wasm_native_symbols[] =
|
|||
{
|
||||
|
||||
/* face */
|
||||
NATIVE_SYMBOL ("(iii)", face_reference_table),
|
||||
NATIVE_SYMBOL ("(ii)i", face_reference_table),
|
||||
|
||||
/* font */
|
||||
NATIVE_SYMBOL ("(i)i", font_get_face),
|
||||
|
|
Loading…
Reference in New Issue