Skip to content
Snippets Groups Projects
Commit 8230d9bf authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Dominick Meglio fixed a missing comma

parent 64cc14e9
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ const char *ares_strerror(int code) ...@@ -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"
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment