error_t can not be reassigned

This commit is contained in:
2026-08-21 06:16:36 -05:00
parent 4c1daa2962
commit 2dda4bfb6f
+1 -1
View File
@@ -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.