mirror of
https://github.com/curl/curl.git
synced 2026-07-22 18:57:15 +03:00
Dominick Meglio fixed a missing comma
This commit is contained in:
parent
64cc14e9e6
commit
8230d9bff8
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ const char *ares_strerror(int code)
|
|||
"Timeout while contacting DNS servers",
|
||||
"End of file",
|
||||
"Error reading file",
|
||||
"Out of memory"
|
||||
"Out of memory",
|
||||
"Channel is being destroyed",
|
||||
"Misformatted string"
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue