summaryrefslogtreecommitdiffhomepage
path: root/compat/assert.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-05 20:47:15 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-05 20:47:15 +0100
commit794787093d1d29aa67a06223ed2e0c56ec90b9ce (patch)
tree900d3e5591b1187e864a4116bf957e0d0839cb77 /compat/assert.hpp
parentb97413c5561a59acac86e053a1aa8bd7905456f2 (diff)
a
Diffstat (limited to 'compat/assert.hpp')
-rw-r--r--compat/assert.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/assert.hpp b/compat/assert.hpp
index f1857fe1..f0bc5954 100644
--- a/compat/assert.hpp
+++ b/compat/assert.hpp
@@ -46,7 +46,7 @@ namespace floormat {
#define fm_abort(...) \
do { \
fm_EMIT_DEBUG2("fatal: ", __VA_ARGS__); \
- fm_EMIT_DEBUG("", "in %s:%d", __FILE__, __LINE__); \
+ fm_EMIT_DEBUG("", " in %s:%d", __FILE__, __LINE__); \
::floormat::_fm_abort(); \
} while (false)