[F] Fix typo
This commit is contained in:
		@@ -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;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user