diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-05-13 18:09:46 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-05-13 18:09:58 +0200 |
commit | 0c79a48bb54097b4a1bd335975f56cb47908a027 (patch) | |
tree | 9d3cff1d7aca6730bbf32153187e75359bc31f41 | |
parent | a8414d39981faeed141e6fa5e88b93ef0f974a16 (diff) | |
download | etisnoop-0c79a48bb54097b4a1bd335975f56cb47908a027.tar.gz etisnoop-0c79a48bb54097b4a1bd335975f56cb47908a027.tar.bz2 etisnoop-0c79a48bb54097b4a1bd335975f56cb47908a027.zip |
Fix printf typo
-rw-r--r-- | src/dabplussnoop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dabplussnoop.cpp b/src/dabplussnoop.cpp index b064d11..8fe40c1 100644 --- a/src/dabplussnoop.cpp +++ b/src/dabplussnoop.cpp @@ -133,7 +133,7 @@ bool DabPlusSnoop::decode() return false; } else if (rs_errors > 0) { - printf("RS Decoder for stream %d: %d uncorrected errors\n", + printf("RS Decoder for stream %d: %d corrected errors\n", m_index, rs_errors); } |