From 947c86aae15a59401b11f2d134dd540e38e3ceb6 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 3 Mar 2024 10:28:01 +0100 Subject: compat/assert: fix harmless typo --- compat/assert.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { \ -- cgit v1.2.3