gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 103/256: curl/multi.h: remove duplicated closing c+


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 103/256: curl/multi.h: remove duplicated closing c++ brace
Date: Fri, 06 Oct 2017 19:43:14 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 73fa6aa00ab54e85ad5a09e5b8c958e0df26bb38
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Aug 29 17:14:36 2017 +0200

    curl/multi.h: remove duplicated closing c++ brace
    
    Regression since 1328f69d53f2f2e93
    
    Fixes #1841
    Reported-by: Andrei Karas
---
 include/curl/multi.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/include/curl/multi.h b/include/curl/multi.h
index c7c048a05..7663e0073 100644
--- a/include/curl/multi.h
+++ b/include/curl/multi.h
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2016, Daniel Stenberg, <address@hidden>, et al.
+ * Copyright (C) 1998 - 2017, Daniel Stenberg, <address@hidden>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
@@ -472,10 +472,6 @@ typedef enum {
 CURL_EXTERN CURLsslset curl_global_sslset(curl_sslbackend id, const char *name,
                                           const curl_ssl_backend ***avail);
 
-#ifdef  __cplusplus
-}
-#endif
-
 #ifdef __cplusplus
 } /* end of extern "C" */
 #endif

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



reply via email to

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