gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 02/02: fix failure to build


From: gnunet
Subject: [gnurl] 02/02: fix failure to build
Date: Thu, 07 Nov 2019 00:31:43 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit bc5e7eebf4335f288e641c6e8d42aff9773b2a58
Author: ng0 <address@hidden>
AuthorDate: Wed Nov 6 23:31:19 2019 +0000

    fix failure to build
---
 src/tool_operate.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/tool_operate.c b/src/tool_operate.c
index 3087d2d14..e83ad4195 100644
--- a/src/tool_operate.c
+++ b/src/tool_operate.c
@@ -2334,8 +2334,10 @@ CURLcode operate(struct GlobalConfig *global, int argc, 
argv_item_t argv[])
       if(res == PARAM_HELP_REQUESTED)
         tool_help();
       /* Check if we were asked for the manual */
+      /*
       else if(res == PARAM_MANUAL_REQUESTED)
         hugehelp();
+      */
       /* Check if we were asked for the version information */
       else if(res == PARAM_VERSION_INFO_REQUESTED)
         tool_version_info();

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



reply via email to

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