1
0
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:
Daniel Stenberg 2005-05-27 11:01:41 +00:00
parent d1235ff058
commit e3a530eb61

View File

@ -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";