aboutsummaryrefslogtreecommitdiffstats
path: root/cheesemap.h
diff options
context:
space:
mode:
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)