Make global vars static in test-is-public-all.c

This commit is contained in:
Tim Rühsen 2018-04-19 10:21:25 +02:00 committed by Dagobert Michelsen
parent dd44296e62
commit 3f511532de
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ static int
ok,
failed;
#ifdef HAVE_CLOCK_GETTIME
struct timespec ts1, ts2;
static struct timespec ts1, ts2;
#endif
static int _isspace_ascii(const char c)