[docs] Fix hb_name_id_t
Yep, was not recognized without this patch!
This commit is contained in:
parent
9457cfd7bc
commit
4ee3c8272c
|
@ -74,7 +74,7 @@ typedef enum
|
|||
HB_NAME_ID_VARIATIONS_PS_PREFIX = 25,
|
||||
|
||||
HB_NAME_ID_INVALID = 0xFFFF
|
||||
} hb_name_id_t ;
|
||||
} hb_name_id_t;
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue