diff options
Diffstat (limited to 'include/u8c/seterr.h')
-rw-r--r-- | include/u8c/seterr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u8c/seterr.h b/include/u8c/seterr.h index df3270f..ae2f534 100644 --- a/include/u8c/seterr.h +++ b/include/u8c/seterr.h @@ -17,5 +17,5 @@ # if !defined(u8c_sym_seterr) # define u8c_sym_seterr # include <stdint.h> -extern uint_least8_t u8c_seterr(uint_least32_t * const msg); +extern uint_least8_t u8c_seterr(uint_least32_t const * const msg); # endif |