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
1 changed files with 1 additions and 1 deletions

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