*** empty log message ***

pull/1/head
Yang Tse 17 years ago
parent 90167151c9
commit 0cd952f7c2
  1. 2
      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)
{

Loading…
Cancel
Save