mirror of
https://github.com/curl/curl.git
synced 2026-07-24 10:17:21 +03:00
Add 'const' to immutable arrays.
This commit is contained in:
parent
9359498b06
commit
1ba47e7af9
10 changed files with 32 additions and 31 deletions
|
|
@ -68,7 +68,7 @@ struct variable {
|
|||
};
|
||||
|
||||
|
||||
static struct variable replacements[]={
|
||||
static const struct variable replacements[]={
|
||||
{"url_effective", VAR_EFFECTIVE_URL},
|
||||
{"http_code", VAR_HTTP_CODE},
|
||||
{"time_total", VAR_TOTAL_TIME},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue