aboutsummaryrefslogtreecommitdiff
path: root/ares/acountry.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-13 01:35:15 +0000
committerYang Tse <yangsita@gmail.com>2008-09-13 01:35:15 +0000
commite526b5ffebc2fc5cf3a9f9e45bedde996bce6bcd (patch)
tree45054642f4bdeb95ebc605e9023b979b4156bc1f /ares/acountry.c
parentadb974960db0b958c1be45ab9586abc7f39625e9 (diff)
*** empty log message ***
Diffstat (limited to 'ares/acountry.c')
-rw-r--r--ares/acountry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/acountry.c b/ares/acountry.c
index afee113b9..169f81425 100644
--- a/ares/acountry.c
+++ b/ares/acountry.c
@@ -240,7 +240,7 @@ struct search_list {
const char *long_name; /* normal country name */
};
-const struct search_list *list_lookup(int number, const struct search_list *list, int num)
+static const struct search_list *list_lookup(int number, const struct search_list *list, int num)
{
while (num > 0 && list->long_name)
{