Make some more arrays of pointers const.

This commit is contained in:
Dan Fandrich
2004-12-20 18:23:43 +00:00
parent 0e59182945
commit 80d301257c
3 changed files with 12 additions and 9 deletions

View File

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