summaryrefslogtreecommitdiffstats
path: root/call/dostime.c
diff options
context:
space:
mode:
Diffstat (limited to 'call/dostime.c')
-rw-r--r--call/dostime.c2
1 files changed, 1 insertions, 1 deletions
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);
}