diff options
Diffstat (limited to 'lib/circular_buffer.cpp')
-rw-r--r-- | lib/circular_buffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/circular_buffer.cpp b/lib/circular_buffer.cpp index 0dda400..a193ad1 100644 --- a/lib/circular_buffer.cpp +++ b/lib/circular_buffer.cpp @@ -194,7 +194,7 @@ SBuffer make_circular_buffer(const size_t num_bytes) std::cerr << boost::format( "GRAS: make_circular_buffer threw ipc exception on attempt %u\n%s" ) % trial_count % ex.what() << std::endl; - if (trial_count== 3) throw ex; + if (trial_count == 3) throw ex; } catch(...) { |