Use correct return type in _unsafe_to_break_find_min_cluster.

This commit is contained in:
Evgeniy Reizner 2020-01-26 20:46:19 +02:00 committed by Ebrahim Byagowi
parent 1438bae7a5
commit cd7b46ca15
1 changed files with 1 additions and 1 deletions

View File

@ -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