*** empty log message ***
authorYang Tse <yangsita@gmail.com>
Sat, 13 Sep 2008 01:35:15 +0000 (01:35 +0000)
committerYang Tse <yangsita@gmail.com>
Sat, 13 Sep 2008 01:35:15 +0000 (01:35 +0000)
acountry.c

index afee113..169f814 100644 (file)
@@ -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)
     {