summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/graphemetest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/graphemetest.c b/test/graphemetest.c
index 7914dc8..0d82fa3 100644
--- a/test/graphemetest.c
+++ b/test/graphemetest.c
@@ -41,7 +41,7 @@ int main(int argc, char **argv)
if (si) {
uint8_t utf8[1024]; /* copy src without 0xff grapheme separators */
size_t i = 0, j = 0;
- ssize_t glen;
+ utf8proc_ssize_t glen;
uint8_t *g; /* utf8proc_map grapheme results */
while (i < si) {
if (src[i] != '/')