1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

fixed case.

This commit is contained in:
Gunter Knauf 2009-05-17 18:22:39 +00:00
parent 13db2916de
commit 4c9c9f0b89

View File

@ -281,7 +281,7 @@ CURLcode curl_global_init(long flags)
#endif #endif
#if defined(USE_ARES) && defined(ARES_VERSION) && (ARES_VERSION >= 0x010601) #if defined(USE_ARES) && defined(ARES_VERSION) && (ARES_VERSION >= 0x010601)
If(ares_library_init(ARES_LIB_INIT_ALL)) { if(ares_library_init(ARES_LIB_INIT_ALL)) {
DEBUGF(fprintf(stderr, "Error: ares_library_init failed\n")); DEBUGF(fprintf(stderr, "Error: ares_library_init failed\n"));
return CURLE_FAILED_INIT; return CURLE_FAILED_INIT;
} }