From a25345b1e7e86c8ef7b9b16f034f1824d4ab734a Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 21 Oct 2014 23:44:50 +0000 Subject: [PATCH] fix typo --- include/libtorrent/build_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/build_config.hpp b/include/libtorrent/build_config.hpp index 4f110a239..8b6678d51 100644 --- a/include/libtorrent/build_config.hpp +++ b/include/libtorrent/build_config.hpp @@ -40,7 +40,7 @@ POSSIBILITY OF SUCH DAMAGE. #if TORRENT_USE_IPV6 #define TORRENT_CFG_IPV6 ipv6_ #else -#define TORRENT_CFG_IPV6 noipv6_- +#define TORRENT_CFG_IPV6 noipv6_ #endif #ifdef TORRENT_NO_DEPRECATE