Add 'const' to immutable arrays.

This commit is contained in:
Dan Fandrich 2004-12-15 01:38:25 +00:00
parent 9359498b06
commit 1ba47e7af9
10 changed files with 32 additions and 31 deletions

View file

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