1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Fix duplicate 1972 row in the leap second table.

This commit is contained in:
Jonas 'Sortie' Termansen 2015-06-29 17:13:06 +02:00
parent 6d052efd19
commit 0cdedb4008

View file

@ -47,7 +47,6 @@ static int8_t leap_seconds[][12] =
{
DECL_LEAP_SECOND(1970, 0, 0),
DECL_LEAP_SECOND(1971, 0, 0),
DECL_LEAP_SECOND(1972, 0, 0),
DECL_LEAP_SECOND(1972, 1, 1),
DECL_LEAP_SECOND(1973, 0, 1),
DECL_LEAP_SECOND(1974, 0, 1),