1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-30 19:04:51 +00:00

fixing typo

This commit is contained in:
Carles Fernandez 2015-12-22 19:30:53 +01:00
parent 07214154d9
commit 9e009f48aa

View File

@ -615,7 +615,7 @@ private:
{ {
boost::asio::async_read(socket_, boost::asio::async_read(socket_,
boost::asio::buffer(read_msg_.data(), 1029), boost::asio::buffer(read_msg_.data(), 1029),
[this](boost::system::error_code ec, std::size_t /*length*/)) [this](boost::system::error_code ec, std::size_t /*length*/)
{ {
if (!ec ) if (!ec )
{ {