aboutsummaryrefslogtreecommitdiff
path: root/vendor/librune/lib/builder/u8strpushu8.c
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/librune/lib/builder/u8strpushu8.c')
-rw-r--r--vendor/librune/lib/builder/u8strpushu8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/librune/lib/builder/u8strpushu8.c b/vendor/librune/lib/builder/u8strpushu8.c
index 0bcf9fc..dc6db11 100644
--- a/vendor/librune/lib/builder/u8strpushu8.c
+++ b/vendor/librune/lib/builder/u8strpushu8.c
@@ -5,8 +5,8 @@
#include "internal/common.h"
-struct u8buf *
-u8strpushu8(struct u8buf *b, struct u8view v)
+struct u8str *
+u8strpushu8(struct u8str *b, struct u8view v)
{
if (!u8strgrow(b, b->len + v.len))
return nullptr;