diff options
Diffstat (limited to 'posix/runtests.c')
-rw-r--r-- | posix/runtests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/runtests.c b/posix/runtests.c index 1e91b11e68..2a5ef6c820 100644 --- a/posix/runtests.c +++ b/posix/runtests.c @@ -48,7 +48,7 @@ static const struct a_test the_tests[] = -int +static int run_a_test (int id, const struct a_test * t) { static const char * last_pattern = 0; |