git: 6feb6b4ffc05 - main - ncal: LT is the country code for Lithuania
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Jul 2022 17:37:51 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=6feb6b4ffc0514f59da98992dffd88da472a4397
commit 6feb6b4ffc0514f59da98992dffd88da472a4397
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-07-28 17:34:38 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-07-28 17:35:50 +0000
ncal: LT is the country code for Lithuania
PR: 265479
MFC After: 3 days
---
usr.bin/ncal/ncal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/ncal/ncal.c b/usr.bin/ncal/ncal.c
index 3f0df22e37fc..8f94264efcd2 100644
--- a/usr.bin/ncal/ncal.c
+++ b/usr.bin/ncal/ncal.c
@@ -94,7 +94,7 @@ static struct djswitch {
{"IS", "Iceland", {1700, 11, 16}},
{"IT", "Italy", {1582, 10, 4}},
{"JP", "Japan", {1918, 12, 18}},
- {"LI", "Lithuania", {1918, 2, 1}},
+ {"LT", "Lithuania", {1918, 2, 1}},
{"LU", "Luxembourg", {1582, 12, 14}},
{"LV", "Latvia", {1918, 2, 1}},
{"NL", "Netherlands", {1582, 12, 14}},