[F] Fix typo
This commit is contained in:
parent
9266befd39
commit
b9cd4ad8c5
@ -7185,7 +7185,7 @@ struct interval {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* auxiliary function for binary search in interval table */
|
/* 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;
|
int min = 0;
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ struct interval {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* auxiliary function for binary search in interval table */
|
/* 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;
|
int min = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user