diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-18 19:02:40 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-18 19:02:40 +0000 |
commit | 8b2bfa4212c3e534b695a74bcf9df29255d2bb00 (patch) | |
tree | 8b9fa7e1a05e8a25175a75e64efc1c1ca4d6648c /tests/libtest/lib517.c | |
parent | a6c915aab98a51b69a77a23ebe1ad8eaf0fd251f (diff) | |
download | curl-8b2bfa4212c3e534b695a74bcf9df29255d2bb00.tar.gz |
fix compiler warning: external definition with no prior declaration
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 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", |