aboutsummaryrefslogtreecommitdiff
path: root/lib/mbstring/u8cmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mbstring/u8cmp.c')
-rw-r--r--lib/mbstring/u8cmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mbstring/u8cmp.c b/lib/mbstring/u8cmp.c
index e54f984..5c56878 100644
--- a/lib/mbstring/u8cmp.c
+++ b/lib/mbstring/u8cmp.c
@@ -6,7 +6,7 @@
y.len both being 0 */
int
-u8cmp(struct u8view x, struct u8view y)
+u8cmp(u8view_t x, u8view_t y)
{
if (x.len != y.len)
return x.len > y.len ? +1 : -1;