Dominick Meglio fixed a missing comma

This commit is contained in:
Daniel Stenberg
2004-03-31 06:10:40 +00:00
parent af26fa53f3
commit 9418c349f1
+1 -1
View File
@@ -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"
};