summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-05-18 17:56:18 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-05-18 17:56:18 +0200
commit27aebcc1d1a0825af6e812f86bf5eaf510f610d1 (patch)
treea386e50a60cba20900bafb395540888dd078c878
parente05ad5dd996123bff31218fed54995216416b712 (diff)
downloadcurl-27aebcc1d1a0825af6e812f86bf5eaf510f610d1.tar.gz
checksrc: fix too long line
follow-up to e05ad5d
-rw-r--r--src/tool_cfgable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h
index b4973c7fc..96618f8b1 100644
--- a/src/tool_cfgable.h
+++ b/src/tool_cfgable.h
@@ -252,7 +252,7 @@ struct OperationConfig {
bool ssh_compression; /* enable/disable SSH compression */
long happy_eyeballs_timeout_ms; /* happy eyeballs timeout in milliseconds.
0 is valid. default: CURL_HET_DEFAULT. */
- bool haproxy_protocol; /* whether to send HAProxy PROXY protocol v1 */
+ bool haproxy_protocol; /* whether to send HAProxy protocol v1 */
struct GlobalConfig *global;
struct OperationConfig *prev;
struct OperationConfig *next; /* Always last in the struct */