mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Andrs Garca fixed a warning appearing on windows
This commit is contained in:
parent
d1235ff058
commit
e3a530eb61
@ -40,7 +40,7 @@ int test(char *URL)
|
||||
CURLcode res;
|
||||
FILE *hd_src ;
|
||||
int hd ;
|
||||
struct stat file_info;
|
||||
struct_stat file_info;
|
||||
|
||||
struct curl_slist *headerlist=NULL;
|
||||
const char *buf_1 = "RNFR 505";
|
||||
|
Loading…
Reference in New Issue
Block a user