mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-29 02:14:51 +00:00
fixing typo
This commit is contained in:
parent
07214154d9
commit
9e009f48aa
@ -615,7 +615,7 @@ private:
|
||||
{
|
||||
boost::asio::async_read(socket_,
|
||||
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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user