diff options
Diffstat (limited to 'tests/libtest/lib517.c')
-rw-r--r-- | tests/libtest/lib517.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib517.c b/tests/libtest/lib517.c index 0f4b128b2..526b1b1e2 100644 --- a/tests/libtest/lib517.c +++ b/tests/libtest/lib517.c @@ -28,7 +28,7 @@ struct dcheck { time_t output; }; -static struct dcheck dates[] = { +static const struct dcheck dates[] = { {"Sun, 06 Nov 1994 08:49:37 GMT", 784111777 }, {"Sunday, 06-Nov-94 08:49:37 GMT", 784111777 }, {"Sun Nov 6 08:49:37 1994", 784111777 }, |