diff options
Diffstat (limited to 'gr-blocks/lib/annotator_raw_impl.cc')
-rw-r--r-- | gr-blocks/lib/annotator_raw_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/annotator_raw_impl.cc b/gr-blocks/lib/annotator_raw_impl.cc index 4d2239bef7..591b8bec1a 100644 --- a/gr-blocks/lib/annotator_raw_impl.cc +++ b/gr-blocks/lib/annotator_raw_impl.cc @@ -70,7 +70,7 @@ void annotator_raw_impl::add_tag(uint64_t offset, pmt_t key, pmt_t val) // make sure we are not adding an item in the past! if (tag.offset > nitems_read(0)) { throw std::runtime_error( - "annotator_raw::add_tag: item added too far in the past\n."); + "annotator_raw::add_tag: item added too far in the past."); } } |