Minor
This commit is contained in:
parent
37191ede75
commit
06b192c458
|
@ -96,7 +96,8 @@ typedef uint32_t hb_tag_t;
|
||||||
#define HB_TAG_NONE HB_TAG(0,0,0,0)
|
#define HB_TAG_NONE HB_TAG(0,0,0,0)
|
||||||
|
|
||||||
/* len=-1 means str is NUL-terminated */
|
/* len=-1 means str is NUL-terminated */
|
||||||
hb_tag_t hb_tag_from_string (const char *str, int len);
|
hb_tag_t
|
||||||
|
hb_tag_from_string (const char *str, int len);
|
||||||
|
|
||||||
|
|
||||||
/* hb_direction_t */
|
/* hb_direction_t */
|
||||||
|
|
Loading…
Reference in New Issue