Skip to content

Commit

Permalink
Merge pull request #2 from Fingertips/manfred-1-function-def
Browse files Browse the repository at this point in the history
Define argument type for function
  • Loading branch information
Manfred authored Dec 11, 2023
2 parents a72e2c1 + 002431f commit 1f0324b
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 1f0324b

Please sign in to comment.