diff options
-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 8affc664..abd834b9 100644 --- a/compat/assert.hpp +++ b/compat/assert.hpp @@ -28,7 +28,7 @@ #define FM_KILL_PRINTF_WARN_2() #endif -#define fm_EMIT_ABORT() ::std::abort(); +#define fm_EMIT_ABORT() ::std::abort() #define fm_EMIT_DEBUG2(pfx, ...) \ do { \ |