*** empty log message ***

This commit is contained in:
Yang Tse 2008-09-13 01:35:15 +00:00
parent adb974960d
commit e526b5ffeb

View File

@ -240,7 +240,7 @@ struct search_list {
const char *long_name; /* normal country name */ 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) while (num > 0 && list->long_name)
{ {