From 9418c349f183704669c227407dac62cb263d6c57 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 31 Mar 2004 06:10:40 +0000 Subject: [PATCH] Dominick Meglio fixed a missing comma --- ares_strerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ares_strerror.c b/ares_strerror.c index f994fc3..35c41ce 100644 --- a/ares_strerror.c +++ b/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" }; -- 2.7.4