aboutsummaryrefslogtreecommitdiffstats
path: root/cheesemap.h
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-03-26 09:44:28 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-03-26 09:44:28 +0100
commit034d140355fdc905ccb983f250a639bf96931951 (patch)
tree3b18ce3c180a8e0f479e811a980745a25d8bfc1f /cheesemap.h
parent83c08293b08cdc9b85a0206352da09c2039965cf (diff)
better
Diffstat (limited to 'cheesemap.h')
-rw-r--r--cheesemap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cheesemap.h b/cheesemap.h
index f80ba9d..cb3d0a9 100644
--- a/cheesemap.h
+++ b/cheesemap.h
@@ -13,8 +13,7 @@ extern "C" {
#include <stdbool.h>
#include <stdint.h>
-_Noreturn void CM_PANIC_SYM(const char* file, uint32_t line, const char* fmt,
- ...);
+void CM_PANIC_SYM(const char* file, uint32_t line, const char* fmt, ...);
#ifdef NDEBUG
#define cm_assert(cond)