summaryrefslogtreecommitdiff
path: root/ares_strerror.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-31 06:10:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-31 06:10:40 +0000
commit9418c349f183704669c227407dac62cb263d6c57 (patch)
tree30b81c4995e06c5d58f0740fd3ff10147d646419 /ares_strerror.c
parentaf26fa53f3d73fb70d4e9be973626aab6597b40a (diff)
downloadc-ares-9418c349f183704669c227407dac62cb263d6c57.tar.gz
c-ares-9418c349f183704669c227407dac62cb263d6c57.tar.bz2
c-ares-9418c349f183704669c227407dac62cb263d6c57.zip
Dominick Meglio fixed a missing comma
Diffstat (limited to 'ares_strerror.c')
-rw-r--r--ares_strerror.c2
1 files changed, 1 insertions, 1 deletions
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"
};