From c0f7a2cf467e46a872094a711479f21ce32745f2 Mon Sep 17 00:00:00 2001 From: "crypro.zoidberg" Date: Tue, 14 May 2019 20:03:51 +0200 Subject: [PATCH] fixed typo --- src/connectivity_tool/conn_tool.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/connectivity_tool/conn_tool.cpp b/src/connectivity_tool/conn_tool.cpp index ff528e48..f44af1ba 100644 --- a/src/connectivity_tool/conn_tool.cpp +++ b/src/connectivity_tool/conn_tool.cpp @@ -929,6 +929,7 @@ bool handle_download_peer_log(po::variables_map& vm) { std::cout << "ERROR: secret key error" << ENDL; return false; + } int64_t start_offset = 0; int64_t count = -1;