summaryrefslogtreecommitdiff
path: root/src/client/http.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2012-11-06 18:35:06 +0400
committerAndrey Nazarov <skuller@skuller.net>2012-11-06 18:35:06 +0400
commitd42b3283be2af22701d1d992591dc3bf49d2283c (patch)
tree5e101a3d966ed3466052ecc69530c148c9283f64 /src/client/http.c
parent04e84f9ef5f8a98467321f97872001fb8d5d34c7 (diff)
Silence MSVC warnings.
Diffstat (limited to 'src/client/http.c')
-rw-r--r--src/client/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/http.c b/src/client/http.c
index a976fcd..a859d7d 100644
--- a/src/client/http.c
+++ b/src/client/http.c
@@ -724,6 +724,7 @@ static dlhandle_t *find_handle(CURL *curl)
}
Com_Error(ERR_FATAL, "CURL handle not found for CURLMSG_DONE");
+ return NULL;
}
// A download finished, find out what it was, whether there were any errors and