]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl/multi.h: remove duplicated closing c++ brace
authorDaniel Stenberg <daniel@haxx.se>
Tue, 29 Aug 2017 15:14:36 +0000 (17:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Aug 2017 15:14:36 +0000 (17:14 +0200)
Regression since 1328f69d53f2f2e93

Fixes #1841
Reported-by: Andrei Karas
include/curl/multi.h

index c7c048a0593f249de5bcd52ba409ae6d0b8c1dbf..7663e0073e17538347238c58869e5ab224092844 100644 (file)
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, 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