diff options
Diffstat (limited to 'time/test_time.c')
-rw-r--r-- | time/test_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/test_time.c b/time/test_time.c index 5c386525ea..361763a9a0 100644 --- a/time/test_time.c +++ b/time/test_time.c @@ -24,7 +24,7 @@ int main (int argc, char **argv) { time_t t; - register struct tm *tp; + struct tm *tp; struct tm tbuf; int lose = 0; |