1
0
Fork 0

[F] Fix typo

This commit is contained in:
seleznevae 2019-12-01 15:19:59 +03:00
parent 9266befd39
commit b9cd4ad8c5
2 changed files with 2 additions and 2 deletions

View File

@ -7185,7 +7185,7 @@ struct interval {
};
/* auxiliary function for binary search in interval table */
static int bisearch(wchar_t ucs, const struct interval *table, int max)
static int bisearch(int32_t ucs, const struct interval *table, int max)
{
int min = 0;

View File

@ -70,7 +70,7 @@ struct interval {
};
/* auxiliary function for binary search in interval table */
static int bisearch(wchar_t ucs, const struct interval *table, int max)
static int bisearch(int32_t ucs, const struct interval *table, int max)
{
int min = 0;