mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Fix error with travis
This commit is contained in:
parent
f28c53ea82
commit
061e483df1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue