summaryrefslogtreecommitdiff
path: root/Source/cmCurl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCurl.h')
-rw-r--r--Source/cmCurl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCurl.h b/Source/cmCurl.h
index 2bc54cd60d..eac7f1351c 100644
--- a/Source/cmCurl.h
+++ b/Source/cmCurl.h
@@ -16,6 +16,6 @@
#include "cm_curl.h"
-std::string cmCurlSetCAInfo(::CURL *curl, const char* cafile = 0);
+std::string cmCurlSetCAInfo(::CURL* curl, const char* cafile = 0);
#endif