From 7c7ad60df6853a4f7b6db7f82cd75be2dbfa2eb1 Mon Sep 17 00:00:00 2001 From: Jan Berkel Date: Sun, 10 Jan 2016 15:09:28 +0000 Subject: [PATCH] Update comment --- include/libtorrent/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/version.hpp b/include/libtorrent/version.hpp index 2260f81dd..9b79509fd 100644 --- a/include/libtorrent/version.hpp +++ b/include/libtorrent/version.hpp @@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE. namespace libtorrent { // returns the libtorrent version as string form in this format: - // "...." + // "..." TORRENT_EXPORT char const* version(); }