summaryrefslogtreecommitdiff
path: root/test/testtime.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2002-10-23 14:51:18 +0000
committerRyan Bloom <rbb@apache.org>2002-10-23 14:51:18 +0000
commit1b17475433f04271ce6213a35824ba8f9a697831 (patch)
tree680111fca46e3f0427eeb0ee59713768be821195 /test/testtime.c
parenteb490bbb34b969cc04642ef2c4fb40b1eb62ed93 (diff)
downloadapr-1b17475433f04271ce6213a35824ba8f9a697831.tar.gz
now should be static.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63974 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testtime.c')
-rw-r--r--test/testtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testtime.c b/test/testtime.c
index 5ae428ce4..dba25ebc8 100644
--- a/test/testtime.c
+++ b/test/testtime.c
@@ -69,7 +69,7 @@
* 2002-08-14 12:05:36.186711 -25200 [257 Sat].
* Which happens to be when I wrote the new tests.
*/
-apr_time_t now = 1032030336186711;
+static apr_time_t now = 1032030336186711;
static char* print_time (apr_pool_t *pool, const apr_time_exp_t *xt)
{