diff options
Diffstat (limited to 'time.c')
-rw-r--r-- | time.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ test_string(buf, _expected); \ } while (0) -void test_time(void) +void test_time_h(void) { struct tm tm; tm.tm_year = 2001 - 1900; |