From 8b2bfa4212c3e534b695a74bcf9df29255d2bb00 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 18 Sep 2008 19:02:40 +0000 Subject: fix compiler warning: external definition with no prior declaration --- tests/libtest/lib517.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/lib517.c') diff --git a/tests/libtest/lib517.c b/tests/libtest/lib517.c index 34146d20f..20fba6fbd 100644 --- a/tests/libtest/lib517.c +++ b/tests/libtest/lib517.c @@ -10,7 +10,7 @@ #include "test.h" -const char *dates[]={ +static const char *dates[]={ "Sun, 06 Nov 1994 08:49:37 GMT", "Sunday, 06-Nov-94 08:49:37 GMT", "Sun Nov 6 08:49:37 1994", -- cgit v1.2.3