projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eff58f1
)
bbunit: fix WANT_TIMING compilation
author
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 26 Nov 2014 13:04:51 +0000
(14:04 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 26 Nov 2014 13:04:51 +0000
(14:04 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/bbunit.c
patch
|
blob
|
history
diff --git
a/libbb/bbunit.c
b/libbb/bbunit.c
index 256014441ea79871b639bf58d93b853a7c8adb65..4c692d59f5092806f01f9ec1865a82f9b8f0ae18 100644
(file)
--- a/
libbb/bbunit.c
+++ b/
libbb/bbunit.c
@@
-77,7
+77,7
@@
int unit_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
#if WANT_TIMING
gettimeofday(&end, NULL);
timeval_diff(&time_spent, &end, &begin);
- bb_error_msg("Elapsed time %u.%06u seconds"
+ bb_error_msg("Elapsed time %u.%06u seconds"
,
(int)time_spent.tv_sec,
(int)time_spent.tv_usec);
#endif