From 80d301257c8b02dc2691fa8283bc02c1c84c06a3 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 20 Dec 2004 18:23:43 +0000 Subject: Make some more arrays of pointers const. --- lib/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/version.c') diff --git a/lib/version.c b/lib/version.c index 510c20afc..ebe0b5ba2 100644 --- a/lib/version.c +++ b/lib/version.c @@ -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 -- cgit v1.2.3