Fix error with travis

This commit is contained in:
Steel Titanium 2020-04-07 19:48:39 -04:00
parent 829e63364d
commit 2d8a924369

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