diff options
Diffstat (limited to 'src/u8c/err.c')
-rw-r--r-- | src/u8c/err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u8c/err.c b/src/u8c/err.c index 6c7a940..77a8221 100644 --- a/src/u8c/err.c +++ b/src/u8c/err.c @@ -16,4 +16,4 @@ # include "err.h" # include <stddef.h> # include <stdint.h> -uint_least32_t * u8c_err = NULL; +uint_least32_t const * u8c_err = NULL; |