From 2dda4bfb6f41d15a86763f1a4de3934d4e72bf1d Mon Sep 17 00:00:00 2001 From: SoraKatadzuma Date: Fri, 21 Aug 2026 06:16:36 -0500 Subject: [PATCH] error_t can not be reassigned --- include/malunal/types/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/malunal/types/error.h b/include/malunal/types/error.h index 8c3491b..8aa6a81 100644 --- a/include/malunal/types/error.h +++ b/include/malunal/types/error.h @@ -77,7 +77,7 @@ typedef struct { * changed. When null, it means that there is no error regardless of * what code is present. */ - error_domain_iptr_t const domain; + error_domain_iptr_t domain; /** * @brief The code of the error within its domain.