diff options
-rw-r--r-- | src/tool_writeout_json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_writeout_json.c b/src/tool_writeout_json.c index 99252ecb8..703cbbde8 100644 --- a/src/tool_writeout_json.c +++ b/src/tool_writeout_json.c @@ -34,7 +34,7 @@ static const char *http_version[] = { "0", /* CURL_HTTP_VERSION_NONE */ "1", /* CURL_HTTP_VERSION_1_0 */ "1.1", /* CURL_HTTP_VERSION_1_1 */ - "2" /* CURL_HTTP_VERSION_2 */ + "2", /* CURL_HTTP_VERSION_2 */ "3" /* CURL_HTTP_VERSION_3 */ }; |