diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2018-05-18 17:56:18 +0200 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2018-05-18 17:56:18 +0200 | 
| commit | 27aebcc1d1a0825af6e812f86bf5eaf510f610d1 (patch) | |
| tree | a386e50a60cba20900bafb395540888dd078c878 | |
| parent | e05ad5dd996123bff31218fed54995216416b712 (diff) | |
checksrc: fix too long line
follow-up to e05ad5d
| -rw-r--r-- | src/tool_cfgable.h | 2 | 
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 */  | 
