diff options
Diffstat (limited to 'src/client/http.c')
-rw-r--r-- | src/client/http.c | 1 |
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 |