summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKhavish Anshudass Bhundoo <khavishbhundoo@users.noreply.github.com>2018-06-06 19:02:43 +0400
committerGitHub <noreply@github.com>2018-06-06 19:02:43 +0400
commitb3593769fb7c55c36636f0b34f69426e1702f95d (patch)
tree88919d800fef70877ead2bba301bbe78134a54f2 /src
parent5461e738efb9192ebfd41fc579a27c4b83c57928 (diff)
downloadpycurl-b3593769fb7c55c36636f0b34f69426e1702f95d.tar.gz
Fix for python symbol and tabs
#529
Diffstat (limited to 'src')
-rw-r--r--src/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module.c b/src/module.c
index e18b907..3f03982 100644
--- a/src/module.c
+++ b/src/module.c
@@ -1041,7 +1041,7 @@ initpycurl(void)
#endif
#if LIBCURL_VERSION_NUM >= MAKE_LIBCURL_VERSION(7, 49, 0)
insint_c(d, "CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE", CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE);
- insint_c(d, "CURLOPT_TCP_FASTOPEN", CURLOPT_TCP_FASTOPEN);
+ insint_c(d, "TCP_FASTOPEN", CURLOPT_TCP_FASTOPEN);
#endif
insint_c(d, "CURL_HTTP_VERSION_LAST", CURL_HTTP_VERSION_LAST);