Skip to content

Commit

Permalink
Define argument type for function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred committed Dec 11, 2023
1 parent a72e2c1 commit 002431f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/tedrahcu/tedrahcu.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static VALUE tedrahcu_detect(VALUE self, VALUE input)
return result;
}

void Init_tedrahcu()
void Init_tedrahcu(void)
{
VALUE mRingcurl;

Expand Down

0 comments on commit 002431f

Please sign in to comment.