summaryrefslogtreecommitdiff
path: root/src/client/cl_curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/cl_curl.c')
-rw-r--r--src/client/cl_curl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/cl_curl.c b/src/client/cl_curl.c
index c3530d72..475398d1 100644
--- a/src/client/cl_curl.c
+++ b/src/client/cl_curl.c
@@ -226,6 +226,8 @@ CURLcode qcurl_easy_setopt_warn(CURL *curl, CURLoption option, va_list args)
if(result != CURLE_OK) {
Com_DPrintf("qcurl_easy_setopt failed: %s\n", qcurl_easy_strerror(result));
}
+
+ return result;
}
void CL_cURL_BeginDownload( const char *localName, const char *remoteURL )