Make some more arrays of pointers const.
This commit is contained in:
@@ -146,7 +146,7 @@ char *curl_version(void)
|
||||
|
||||
/* data for curl_version_info */
|
||||
|
||||
static const char *protocols[] = {
|
||||
static const char * const protocols[] = {
|
||||
#ifndef CURL_DISABLE_FTP
|
||||
"ftp",
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user