From 0a818c700353194d85baaf6a2f7f6ea32686b922 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Mon, 6 Apr 2015 22:36:33 -0700 Subject: Prefix other C99 typedefs with utf8proc_ --- test/normtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/normtest.c') diff --git a/test/normtest.c b/test/normtest.c index 7add4c6..555c14c 100644 --- a/test/normtest.c +++ b/test/normtest.c @@ -1,7 +1,7 @@ #include "tests.h" #define CHECK_NORM(NRM, norm, src) { \ - char *src_norm = (char*) utf8proc_ ## NRM((uint8_t*) src); \ + char *src_norm = (char*) utf8proc_ ## NRM((utf8proc_uint8_t*) src); \ check(!strcmp(norm, src_norm), \ "normalization failed for %s -> %s", src, norm); \ free(src_norm); \ -- cgit v1.2.3