[hamradio-commits] [gnss-sdr] 107/126: fixing typo

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sat Dec 26 18:38:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit 9e009f48aab34728f59dbc5192840ec67c0eff6b
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Tue Dec 22 19:30:53 2015 +0100

    fixing typo
---
 src/core/system_parameters/rtcm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/system_parameters/rtcm.h b/src/core/system_parameters/rtcm.h
index 1d98763..203a9c2 100644
--- a/src/core/system_parameters/rtcm.h
+++ b/src/core/system_parameters/rtcm.h
@@ -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 )
                     {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list