diff options
Diffstat (limited to 'time/tst-getdate.c')
-rw-r--r-- | time/tst-getdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/tst-getdate.c b/time/tst-getdate.c index d5824f6766..770c8b25b2 100644 --- a/time/tst-getdate.c +++ b/time/tst-getdate.c @@ -35,7 +35,7 @@ static const struct {"16:30:46 2000-2-29", 0, {46, 30,16, 29, 1, 100, 0, 0, 0}} }; -void +static void report_date_error (int err) { switch(err) |