From: Daniel Stenberg Date: Wed, 31 Mar 2004 06:10:40 +0000 (+0000) Subject: Dominick Meglio fixed a missing comma X-Git-Tag: curl-7_11_2~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8230d9bff85dac401e39e575fca9acb31676ce19;p=thirdparty%2Fcurl.git Dominick Meglio fixed a missing comma --- diff --git a/ares/ares_strerror.c b/ares/ares_strerror.c index f994fc3584..35c41ce004 100644 --- a/ares/ares_strerror.c +++ b/ares/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" };