summaryrefslogtreecommitdiff
path: root/ares_strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'ares_strerror.c')
-rw-r--r--ares_strerror.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ares_strerror.c b/ares_strerror.c
index 4a2f453..6ded90d 100644
--- a/ares_strerror.c
+++ b/ares_strerror.c
@@ -46,8 +46,7 @@ const char *ares_strerror(int code)
"Illegal hints flags specified",
"Error loading iphlpapi.dll",
"Error loading advapi32.dll",
- "Unknown GetNetworkParams function address",
- "Unknown SystemFunction036 function address"
+ "Could not find GetNetworkParams function"
};
if(code >= 0 && code < (int)(sizeof(errtext) / sizeof(*errtext)))