aboutsummaryrefslogtreecommitdiff
path: root/util-linux/hwclock.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-11-01 20:20:37 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-11-01 20:20:37 +0000
commitdd539f76877000e333796da8f30ea760c080a69a (patch)
tree26f8642cd9e8cc1c2ca0b75a6b20801863b4e2cf /util-linux/hwclock.c
parent92258541449581302e180d05e827e27d35030a18 (diff)
downloadbusybox-dd539f76877000e333796da8f30ea760c080a69a.tar.gz
Unneeded code removed, usused field "unsigned pscpu" removed
Diffstat (limited to 'util-linux/hwclock.c')
-rw-r--r--util-linux/hwclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c
index 3a087725e..8fcd8c99c 100644
--- a/util-linux/hwclock.c
+++ b/util-linux/hwclock.c
@@ -106,7 +106,7 @@ static int show_clock(int utc)
if (buffer[0])
buffer[strlen(buffer) - 1] = 0;
- //printf("%s %.6f seconds %s\n", buffer, 0.0, utc ? "" : (ptm->tm_isdst ? tzname [1] : tzname [0]));
+ //printf("%s %.6f seconds %s\n", buffer, 0.0, utc ? "" : (ptm->tm_isdst ? tzname[1] : tzname[0]));
printf( "%s %.6f seconds\n", buffer, 0.0);
RELEASE_CONFIG_BUFFER(buffer);