mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Fix error with travis
This commit is contained in:
parent
829e63364d
commit
2d8a924369
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ INT32 curl_transfers = 0;
|
||||||
static int curl_runninghandles = 0;
|
static int curl_runninghandles = 0;
|
||||||
static UINT32 curl_origfilesize;
|
static UINT32 curl_origfilesize;
|
||||||
static UINT32 curl_origtotalfilesize;
|
static UINT32 curl_origtotalfilesize;
|
||||||
static char *curl_realname = '\0';
|
static char *curl_realname = NULL;
|
||||||
fileneeded_t *curl_curfile = NULL;
|
fileneeded_t *curl_curfile = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue