aboutsummaryrefslogtreecommitdiff
path: root/lib/easy.c
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-05-17 18:22:39 +0000
committerGunter Knauf <gk@gknw.de>2009-05-17 18:22:39 +0000
commit4c9c9f0b89a09a9358fc3091f7561f52b8f83d90 (patch)
treea510e4cd8d11bf6402362877d20a1fbb7a4ca3ad /lib/easy.c
parent13db2916deef97bce46a7c25bdf05e6442359547 (diff)
fixed case.
Diffstat (limited to 'lib/easy.c')
-rw-r--r--lib/easy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/easy.c b/lib/easy.c
index 5e4a48df1..6c21d76b9 100644
--- a/lib/easy.c
+++ b/lib/easy.c
@@ -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;
}