diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 445fe63ad..6beda0ca0 100755 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -351,7 +351,7 @@ void add_torrent(libtorrent::session& ses h.set_ratio(preferred_ratio); h.set_sequenced_download_threshold(15); } -catch (std::exception&) {} +catch (std::exception&) {}; void scan_dir(path const& dir_path , libtorrent::session& ses