Skip to content

Commit

Permalink
Fix definition of CurlInit to include void
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign authored Oct 14, 2023
1 parent ebdb6ae commit 2d97625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pextlib1.0/curl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ CurlCmd(
* libcurl will never be cleaned (where should I plug the hook?)
*/
void
CurlInit()
CurlInit(void)
{
curl_global_init(CURL_GLOBAL_ALL);
}
Expand Down

0 comments on commit 2d97625

Please sign in to comment.