From 794787093d1d29aa67a06223ed2e0c56ec90b9ce Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 5 Nov 2022 20:47:15 +0100 Subject: a --- compat/assert.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat/assert.hpp') 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) -- cgit v1.2.3