mirror of
https://github.com/curl/curl.git
synced 2026-04-16 08:11:41 +03:00
*** empty log message ***
This commit is contained in:
parent
adb974960d
commit
e526b5ffeb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue