From 27aebcc1d1a0825af6e812f86bf5eaf510f610d1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 18 May 2018 17:56:18 +0200 Subject: checksrc: fix too long line follow-up to e05ad5d --- src/tool_cfgable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 */ -- cgit v1.2.3