summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-03 10:28:01 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-04 06:58:11 +0100
commit947c86aae15a59401b11f2d134dd540e38e3ceb6 (patch)
treeda595f73a033197e933cdc5423e0316fb87f5068 /compat
parentf2f651a3f33407f94d3cba44e496c3cc00176e30 (diff)
compat/assert: fix harmless typo
Diffstat (limited to 'compat')
-rw-r--r--compat/assert.hpp2
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 { \