aboutsummaryrefslogtreecommitdiff
path: root/ares/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
commit8230d9bff85dac401e39e575fca9acb31676ce19 (patch)
tree89d51abd947558320d395ff827f303c21248b76f /ares/ares_strerror.c
parent64cc14e9e63741627dbc6378943057ccf4781fba (diff)
Dominick Meglio fixed a missing comma
Diffstat (limited to 'ares/ares_strerror.c')
-rw-r--r--ares/ares_strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/ares_strerror.c b/ares/ares_strerror.c
index f994fc358..35c41ce00 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"
};