Use correct return type in _unsafe_to_break_find_min_cluster.
This commit is contained in:
parent
1438bae7a5
commit
cd7b46ca15
|
@ -386,7 +386,7 @@ struct hb_buffer_t
|
||||||
inf.cluster = cluster;
|
inf.cluster = cluster;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
unsigned int
|
||||||
_unsafe_to_break_find_min_cluster (const hb_glyph_info_t *infos,
|
_unsafe_to_break_find_min_cluster (const hb_glyph_info_t *infos,
|
||||||
unsigned int start, unsigned int end,
|
unsigned int start, unsigned int end,
|
||||||
unsigned int cluster) const
|
unsigned int cluster) const
|
||||||
|
|
Loading…
Reference in New Issue