From: Daniel Stenberg Date: Fri, 18 May 2018 15:56:18 +0000 (+0200) Subject: checksrc: fix too long line X-Git-Tag: curl-7_61_0~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27aebcc1d1a0825af6e812f86bf5eaf510f610d1;p=curl checksrc: fix too long line follow-up to e05ad5d --- 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 */