diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-05 20:47:15 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-05 20:47:15 +0100 |
commit | 794787093d1d29aa67a06223ed2e0c56ec90b9ce (patch) | |
tree | 900d3e5591b1187e864a4116bf957e0d0839cb77 /compat | |
parent | b97413c5561a59acac86e053a1aa8bd7905456f2 (diff) |
a
Diffstat (limited to 'compat')
-rw-r--r-- | compat/assert.hpp | 2 |
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) |