diff options
Diffstat (limited to 'compat/assert.hpp')
-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) |