diff options
Diffstat (limited to 'include/u8c/ispunct.h')
-rw-r--r-- | include/u8c/ispunct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u8c/ispunct.h b/include/u8c/ispunct.h index 68809f2..a4da5c9 100644 --- a/include/u8c/ispunct.h +++ b/include/u8c/ispunct.h @@ -20,7 +20,7 @@ # if defined(__cplusplus) extern "C" { # endif -extern uint_least8_t u8c_ispunct(uint_least8_t * const res,uint_least32_t chr); +extern uint_least8_t u8c_ispunct(uint_least8_t * const res,uint_least32_t const chr); # if defined(__cplusplus) } # endif |