Dominick Meglio fixed a missing comma

pull/1/head
Daniel Stenberg 21 years ago
parent af26fa53f3
commit 9418c349f1
  1. 2
      ares_strerror.c

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

Loading…
Cancel
Save