diff options
Diffstat (limited to 'src/u8c/err.h')
-rw-r--r-- | src/u8c/err.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u8c/err.h b/src/u8c/err.h index 895710d..1537701 100644 --- a/src/u8c/err.h +++ b/src/u8c/err.h @@ -16,5 +16,5 @@ # if !defined(u8c_sym_err) # define u8c_sym_err # include <stdint.h> -extern uint_least32_t * u8c_err; +extern uint_least32_t const * u8c_err; # endif |