-use proper cast to what the API expects, just removes a compiler warning
This commit is contained in:
parent
47b4193317
commit
5b388d44c4
@ -238,7 +238,7 @@ MAC_easy_to_closure (CURL *eh)
|
||||
GNUNET_assert (CURLE_OK ==
|
||||
curl_easy_getinfo (eh,
|
||||
CURLINFO_PRIVATE,
|
||||
(char *) &job));
|
||||
(char **) &job));
|
||||
return job->jcc_cls;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user