Skip to content
Snippets Groups Projects
Commit 4c9c9f0b authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fixed case.

parent 13db2916
No related branches found
No related tags found
No related merge requests found
......@@ -281,7 +281,7 @@ CURLcode curl_global_init(long flags)
#endif
#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"));
return CURLE_FAILED_INIT;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment