diff options
Diffstat (limited to 'src/u8c/end.c')
-rw-r--r-- | src/u8c/end.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/u8c/end.c b/src/u8c/end.c index 8cd243d..af9661c 100644 --- a/src/u8c/end.c +++ b/src/u8c/end.c @@ -19,7 +19,7 @@ # include <stdint.h> # include <stdlib.h> # include <u8c/end.h> -# include <u8c/freeu32.h> +# include <u8c/u32free.h> # if defined(u8c_bethrdsafe) # include <threads.h> # endif @@ -30,7 +30,7 @@ uint_least8_t u8c_end(void) { # if defined(u8c_bethrdsafe) mtx_destroy(&u8c_errlock); # endif - u8c_freeu32(u8c_err); + u8c_u32free(u8c_err); u8c_stat = UINT8_C(0x1); return UINT8_C(0x0); } |