From 533aa54353bcbfc4d972b69b5028b5b0974a7ac0 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 13 Mar 2010 18:06:17 +0000 Subject: Small style(9) cleanups. --- lib/libcompat/4.1/cftime.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libcompat/4.1/cftime.c') diff --git a/lib/libcompat/4.1/cftime.c b/lib/libcompat/4.1/cftime.c index 8033e44..41275b6 100644 --- a/lib/libcompat/4.1/cftime.c +++ b/lib/libcompat/4.1/cftime.c @@ -41,6 +41,7 @@ int cftime(char *s, char *format, const time_t *clock) { - return strftime(s, MAXLEN, format? format: "%C", localtime(clock)); + + return (strftime(s, MAXLEN, format? format: "%C", localtime(clock))); } -- cgit v1.1