summaryrefslogtreecommitdiffhomepage
path: root/compat/assert.hpp
diff options
context:
space:
mode:
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 58edbc15..f1857fe1 100644
--- a/compat/assert.hpp
+++ b/compat/assert.hpp
@@ -53,7 +53,7 @@ namespace floormat {
#define fm_assert(...) \
do { \
if (!(__VA_ARGS__)) { \
- fm_EMIT_DEBUG("", "assertion failed: '%s' in %s:%d", \
+ fm_EMIT_DEBUG("", "assertion failed: %s in %s:%d", \
#__VA_ARGS__, __FILE__, __LINE__); \
::floormat::_fm_abort(); \
} \