From afa8313f928dadd74dba812bef6038ba0d144370 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 02:20:24 +0200 Subject: Remove parenthesis around arguments of return statements. Signed-off-by: Ralf Baechle --- call/dostime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'call/dostime.c') diff --git a/call/dostime.c b/call/dostime.c index ea266a4..0a73af0 100644 --- a/call/dostime.c +++ b/call/dostime.c @@ -78,7 +78,7 @@ int yapp2unix(char *ytime) time = strtoul(ytime + 4, (char **) NULL, 16); ytime[4] = 0; date = strtoul(ytime, (char **) NULL, 16); - return (date_dos2unix(time, date)); + return date_dos2unix(time, date); } -- cgit v1.2.3