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
1 changed files with 0 additions and 1 deletions

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),