Skip to content

Commit

Permalink
Merge pull request #291 from maflcko/patch-1
Browse files Browse the repository at this point in the history
Update base.c: Add missing int types to calc_retry_limit
  • Loading branch information
kkos authored Mar 29, 2024
2 parents e62a8e5 + b420a7d commit b6937de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harnesses/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ each_match_callback_func(const UChar* str, const UChar* end,
return ONIG_NORMAL;
}

static unsigned int calc_retry_limit(sl, len)
static unsigned int calc_retry_limit(int sl, int len)
{
unsigned int r;
unsigned int upper;
Expand Down

0 comments on commit b6937de

Please sign in to comment.