projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13db291
)
fixed case.
author
Gunter Knauf
<gk@gknw.de>
Sun, 17 May 2009 18:22:39 +0000
(18:22 +0000)
committer
Gunter Knauf
<gk@gknw.de>
Sun, 17 May 2009 18:22:39 +0000
(18:22 +0000)
lib/easy.c
patch
|
blob
|
history
diff --git
a/lib/easy.c
b/lib/easy.c
index
5e4a48d
..
6c21d76
100644
(file)
--- 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)
-
I
f(ares_library_init(ARES_LIB_INIT_ALL)) {
+
i
f(ares_library_init(ARES_LIB_INIT_ALL)) {
DEBUGF(fprintf(stderr, "Error: ares_library_init failed\n"));
return CURLE_FAILED_INIT;
}