aboutsummaryrefslogtreecommitdiff
path: root/procps/iostat.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/iostat.c')
-rw-r--r--procps/iostat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/iostat.c b/procps/iostat.c
index 8d272c87c..c290c594b 100644
--- a/procps/iostat.c
+++ b/procps/iostat.c
@@ -142,7 +142,7 @@ static void print_timestamp(void)
142 /* %x: date representation for the current locale */ 142 /* %x: date representation for the current locale */
143 /* %X: time representation for the current locale */ 143 /* %X: time representation for the current locale */
144 strftime(buf, sizeof(buf), "%x %X", &G.tmtime); 144 strftime(buf, sizeof(buf), "%x %X", &G.tmtime);
145 printf("%s\n", buf); 145 puts(buf);
146} 146}
147 147
148static cputime_t get_smp_uptime(void) 148static cputime_t get_smp_uptime(void)