mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:33:37 +03:00
Make some more arrays of pointers const.
This commit is contained in:
parent
0e59182945
commit
80d301257c
3 changed files with 12 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue