summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index c87c2360..7b5df796 100644
--- a/lib.c
+++ b/lib.c
@@ -8725,7 +8725,7 @@ static void time_init(void)
make_struct_type(time_s, nil, nil,
list(year_s, month_s, day_s,
- hour_s, min_s, sec_s, dst_s, nao), nil, nil, nil);
+ hour_s, min_s, sec_s, dst_s, nao), nil, nil, nil, nil);
}
void init(const wchar_t *pn, mem_t *(*oom)(mem_t *, size_t),