From 1b99d33b59e86cf086cd0e8c6618f41108934fcf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 2 Dec 2003 13:40:12 +0000 Subject: fix compiler warnings --- lib/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ftp.c') diff --git a/lib/ftp.c b/lib/ftp.c index 3f51dd638..b3dbb0735 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -405,7 +405,7 @@ CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */ return result; } -static char *ftpauth[]= { +static const char *ftpauth[]= { "SSL", "TLS", NULL }; -- cgit v1.2.3