mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Dominick Meglio fixed a missing comma
This commit is contained in:
parent
64cc14e9e6
commit
8230d9bff8
@ -35,7 +35,7 @@ const char *ares_strerror(int code)
|
|||||||
"Timeout while contacting DNS servers",
|
"Timeout while contacting DNS servers",
|
||||||
"End of file",
|
"End of file",
|
||||||
"Error reading file",
|
"Error reading file",
|
||||||
"Out of memory"
|
"Out of memory",
|
||||||
"Channel is being destroyed",
|
"Channel is being destroyed",
|
||||||
"Misformatted string"
|
"Misformatted string"
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user