Skip to content
Snippets Groups Projects
Commit e526b5ff authored by Yang Tse's avatar Yang Tse
Browse files

*** empty log message ***

parent adb97496
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment