commit bad0d2c27577f68240607e48c17c467c512f9b26
parent 009f3c06c1e6c9a1e897bb99a2aa7853beb91214
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 2 Jul 2020 09:32:51 +0200
Remove entry for "Netherlands Antilles" in country table.
Diffstat:
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/config.h b/src/config.h
@@ -4,7 +4,7 @@
* https://www.logswan.org
*
* Created: 2015-05-31
- * Last Updated: 2020-03-16
+ * Last Updated: 2020-07-02
*
* Logswan is released under the BSD 2-Clause license.
* See LICENSE file for details.
@@ -21,7 +21,7 @@ enum {
STATUS_CODE_MAX = 512,
CONTINENTS = 7,
- COUNTRIES = 251,
+ COUNTRIES = 250,
METHODS = 9,
PROTOCOLS = 4
};
diff --git a/src/countries.c b/src/countries.c
@@ -4,7 +4,7 @@
* https://www.logswan.org
*
* Created: 2015-05-31
- * Last Updated: 2019-01-19
+ * Last Updated: 2020-07-02
*
* Logswan is released under the BSD 2-Clause license.
* See LICENSE file for details.
@@ -18,7 +18,6 @@ char *countriesId[] = {
"AI",
"AL",
"AM",
- "AN",
"AO",
"AQ",
"AR",
@@ -272,7 +271,6 @@ char *countriesNames[] = {
"Anguilla",
"Albania",
"Armenia",
- "Netherlands Antilles",
"Angola",
"Antarctica",
"Argentina",