summaryrefslogtreecommitdiff
path: root/content/fetchers/fetch_curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/fetch_curl.c')
-rw-r--r--content/fetchers/fetch_curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/fetch_curl.c b/content/fetchers/fetch_curl.c
index 9cc27c8fb..30ba73403 100644
--- a/content/fetchers/fetch_curl.c
+++ b/content/fetchers/fetch_curl.c
@@ -762,7 +762,7 @@ void fetch_curl_done(CURL *curl_handle, CURLcode result)
#endif
bool abort;
struct curl_fetch_info *f;
- char **_hideous_hack = (char**)&f;
+ char **_hideous_hack = (char **) (void *) &f;
CURLcode code;
#ifdef WITH_SSL
struct cert_info certs[MAX_CERTS];