diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-26 16:42:33 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-26 16:42:33 +0000 |
commit | bcd1c7c2e92d41ab02163a36a1ab9d5a7afd83a9 (patch) | |
tree | 0b98ca5c331ee57703a51747d0f8e975ceaffab7 /lib/curlx.h | |
parent | 87428e07ca17a99fb2409ec39213b7badbe967ea (diff) | |
download | curl-bcd1c7c2e92d41ab02163a36a1ab9d5a7afd83a9.tar.gz |
fix compiler warning
Diffstat (limited to 'lib/curlx.h')
-rw-r--r-- | lib/curlx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/curlx.h b/lib/curlx.h index 1f84e6d0a..d5de599f5 100644 --- a/lib/curlx.h +++ b/lib/curlx.h @@ -61,6 +61,7 @@ curlx_ultous() curlx_ultouc() + curlx_uztosi() */ /* Now setup curlx_ * names for the functions that are to become curlx_ and |