aboutsummaryrefslogtreecommitdiff
path: root/ares/acountry.c
diff options
context:
space:
mode:
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)
{