gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 38/264: writeout_json: add missing comma to fix the HTTP version


From: gnunet
Subject: [gnurl] 38/264: writeout_json: add missing comma to fix the HTTP version
Date: Thu, 30 Apr 2020 16:05:41 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit ab9dc5ae2a86e42bb087986587e68cefdf76531d
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Mar 17 16:04:35 2020 +0100

    writeout_json: add missing comma to fix the HTTP version
    
    Follow-up to 04c03416e68fd635a15
---
 src/tool_writeout_json.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 */
 };
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]