diff options
Diffstat (limited to 'tests/libtest/lib1915.c')
-rw-r--r-- | tests/libtest/lib1915.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib1915.c b/tests/libtest/lib1915.c index 329f35453..b419ef291 100644 --- a/tests/libtest/lib1915.c +++ b/tests/libtest/lib1915.c @@ -30,7 +30,7 @@ struct entry { const char *exp; }; -static struct entry preload_hosts[] = { +static const struct entry preload_hosts[] = { /* curl turns 39 that day just before 31-bit time_t overflow */ { "1.example.com", "20370320 01:02:03" }, { "2.example.com", "20370320 03:02:01" }, |