diff options
Diffstat (limited to 'util-linux/rdate.c')
-rw-r--r-- | util-linux/rdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/rdate.c b/util-linux/rdate.c index 645b0b929..12105953d 100644 --- a/util-linux/rdate.c +++ b/util-linux/rdate.c | |||
@@ -55,7 +55,7 @@ static time_t askremotedate(const char *host) | |||
55 | * Subtract the RFC 868 time to get Linux epoch | 55 | * Subtract the RFC 868 time to get Linux epoch |
56 | */ | 56 | */ |
57 | 57 | ||
58 | return(ntohl(nett) - RFC_868_BIAS); | 58 | return ntohl(nett) - RFC_868_BIAS; |
59 | } | 59 | } |
60 | 60 | ||
61 | int rdate_main(int argc, char **argv) | 61 | int rdate_main(int argc, char **argv) |