Signed-off-by: Junio C Hamano <gitster@pobox.com>
@ -11,7 +11,8 @@ struct interval {
};
/* auxiliary function for binary search in interval table */
static int bisearch(ucs_char_t ucs, const struct interval *table, int max) {
static int bisearch(ucs_char_t ucs, const struct interval *table, int max)
{
int min = 0;
int mid;
The note is not visible to the blocked user.