Fix error with travis

This commit is contained in:
Steel Titanium 2020-04-07 19:48:39 -04:00
parent f28c53ea82
commit 061e483df1
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ INT32 curl_transfers = 0;
static int curl_runninghandles = 0;
static UINT32 curl_origfilesize;
static UINT32 curl_origtotalfilesize;
static char *curl_realname = '\0';
static char *curl_realname = NULL;
fileneeded_t *curl_curfile = NULL;
#endif