0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

expert is also proper suffix.

This commit is contained in:
Witold Filipczyk 2015-01-02 13:53:10 +01:00
parent bdfb3ec754
commit 06f0dff43f

View File

@ -121,7 +121,7 @@ end_with_known_tld(const unsigned char *s, int slen)
"org", "gov", "mil",
"int", "biz", "arpa",
"aero", "coop", "club",
"info", "museum",
"info", "museum", "expert",
"name", "pro", NULL };
if (!slen) return -1;