mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-17 02:35:52 +00:00
Use correct return type in _unsafe_to_break_find_min_cluster.
This commit is contained in:
parent
1438bae7a5
commit
cd7b46ca15
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ struct hb_buffer_t
|
|||
inf.cluster = cluster;
|
||||
}
|
||||
|
||||
int
|
||||
unsigned int
|
||||
_unsafe_to_break_find_min_cluster (const hb_glyph_info_t *infos,
|
||||
unsigned int start, unsigned int end,
|
||||
unsigned int cluster) const
|
||||
|
|
Loading…
Add table
Reference in a new issue