summaryrefslogtreecommitdiff
path: root/src/util/fatal_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/fatal_error.h')
-rw-r--r--src/util/fatal_error.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/fatal_error.h b/src/util/fatal_error.h
index ea4d168..aaeba26 100644
--- a/src/util/fatal_error.h
+++ b/src/util/fatal_error.h
@@ -50,7 +50,8 @@
// - Calls abort()
//
// Example output:
-// FATAL: write_pos out of bounds: write=100 >= capacity=50 [ring_buffer.cc:57]
+// FATAL: write_pos out of bounds: write=100 >= capacity=50
+// [ring_buffer.cc:57]
#define FATAL_CHECK(cond, ...) \
do { \
if (cond) { \