Dominick Meglio fixed a missing comma
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user