diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-31 06:10:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-31 06:10:40 +0000 |
commit | 8230d9bff85dac401e39e575fca9acb31676ce19 (patch) | |
tree | 89d51abd947558320d395ff827f303c21248b76f /ares | |
parent | 64cc14e9e63741627dbc6378943057ccf4781fba (diff) |
Dominick Meglio fixed a missing comma
Diffstat (limited to 'ares')
-rw-r--r-- | ares/ares_strerror.c | 2 |
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" }; |