diff options
Diffstat (limited to 'src/u8c/geterr.c')
-rw-r--r-- | src/u8c/geterr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u8c/geterr.c b/src/u8c/geterr.c index 88ec264..d18f696 100644 --- a/src/u8c/geterr.c +++ b/src/u8c/geterr.c @@ -19,7 +19,7 @@ # include <stdint.h> # include <u8c/geterr.h> # include <u8c/u32cp.h> -uint_least8_t u8c_geterr(size_t * const _sz,uint_least32_t * * const _out) { +uint_least8_t u8c_geterr(size_t * const _sz,uint_least32_t const * * const _out) { # if defined(u8c_bethrdsafe) mtx_lock(&u8c_errlock); # endif |