summaryrefslogtreecommitdiffstats
path: root/call/dostime.c
diff options
context:
space:
mode:
Diffstat (limited to 'call/dostime.c')
-rw-r--r--call/dostime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/call/dostime.c b/call/dostime.c
index 0a73af0..4eb34c9 100644
--- a/call/dostime.c
+++ b/call/dostime.c
@@ -15,8 +15,8 @@
/* Linear day numbers of the respective 1sts in non-leap years. */
static int day_n[] =
- { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 0, 0, 0, 0 };
- /* JanFebMarApr May Jun Jul Aug Sep Oct Nov Dec */
+ { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 0, 0, 0, 0 };
+ /* Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec */
/* Convert a MS-DOS time/date pair to a UNIX date (seconds since 1 1 70). */