[ucdn] Fix header
Fixes https://github.com/harfbuzz/harfbuzz/issues/1470
This commit is contained in:
parent
b225593d6b
commit
9f3a51ddb9
|
@ -456,8 +456,6 @@ int ucdn_compat_decompose(uint32_t code, uint32_t *decomposed);
|
||||||
*/
|
*/
|
||||||
int ucdn_compose(uint32_t *code, uint32_t a, uint32_t b);
|
int ucdn_compose(uint32_t *code, uint32_t a, uint32_t b);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
HB_END_HEADER
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue