gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 86/254: curl: fix warning "comma at end of enumerat


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 86/254: curl: fix warning "comma at end of enumerator list"
Date: Sat, 17 Jun 2017 16:51:58 +0200

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

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit ff108521589639e63caa5a589bb8ee80dea1eac6
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu May 4 15:49:38 2017 +0200

    curl: fix warning "comma at end of enumerator list"
---
 src/tool_getparam.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tool_getparam.c b/src/tool_getparam.c
index 5396ff86c..315a9cf4a 100644
--- a/src/tool_getparam.c
+++ b/src/tool_getparam.c
@@ -64,7 +64,7 @@ struct LongShort {
   enum {
     ARG_NONE,   /* stand-alone but not a boolean */
     ARG_BOOL,   /* accepts a --no-[name] prefix */
-    ARG_STRING, /* requires an argument */
+    ARG_STRING  /* requires an argument */
   } desc;
 };
 

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



reply via email to

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