diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-08-29 17:14:36 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-29 17:14:36 +0200 |
commit | 73fa6aa00ab54e85ad5a09e5b8c958e0df26bb38 (patch) | |
tree | 0b7072d1da2fa2acb091b68d34d720603689981b | |
parent | ff40c89b8d8411be5eac683ebe774e814830be52 (diff) |
curl/multi.h: remove duplicated closing c++ brace
Regression since 1328f69d53f2f2e93
Fixes #1841
Reported-by: Andrei Karas
-rw-r--r-- | include/curl/multi.h | 6 |
1 files changed, 1 insertions, 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, <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 |