Commit 8230d9bf authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Dominick Meglio fixed a missing comma

parent 64cc14e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
  };