1
0
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:
Daniel Stenberg 2004-03-31 06:10:40 +00:00
parent 64cc14e9e6
commit 8230d9bff8

View File

@ -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"
}; };