diff options
Diffstat (limited to 'lib/timer.c')
-rw-r--r-- | lib/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timer.c b/lib/timer.c index ddf41340..be695114 100644 --- a/lib/timer.c +++ b/lib/timer.c @@ -253,7 +253,7 @@ timer_init(void) * type &btime. */ btime -tm_parse_time(char *x) +tm_parse_time(const char *x) { struct tm tm; int usec, n1, n2, n3, r; |