aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/curl/curlver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h
index 8400826ba..bca53cb6b 100644
--- a/include/curl/curlver.h
+++ b/include/curl/curlver.h
@@ -70,7 +70,7 @@
*/
#define LIBCURL_TIMESTAMP "[unreleased]"
-#define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|z)
+#define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|(z))
#define CURL_AT_LEAST_VERSION(x,y,z) \
(LIBCURL_VERSION_NUM >= CURL_VERSION_BITS(x, y, z))