summaryrefslogtreecommitdiff
path: root/lib/sh/times.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sh/times.c')
-rw-r--r--lib/sh/times.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sh/times.c b/lib/sh/times.c
index 240aafe1..e26e41c6 100644
--- a/lib/sh/times.c
+++ b/lib/sh/times.c
@@ -60,7 +60,7 @@ times(tms)
if (gettimeofday(&tv, (struct timezone *) 0) < 0)
return ((clock_t)-1);
- rv = (clock_t)(CONVTCK(tv));
+ rv = (clock_t)(CONVTCK(tv));
#else /* !HAVE_GETRUSAGE */
if (clk_tck == -1)
clk_tck = get_clk_tck();