aboutsummaryrefslogtreecommitdiff
path: root/vendor/librune/lib/builder/u8strpushstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/librune/lib/builder/u8strpushstr.c')
-rw-r--r--vendor/librune/lib/builder/u8strpushstr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/librune/lib/builder/u8strpushstr.c b/vendor/librune/lib/builder/u8strpushstr.c
index b80ad35..a036840 100644
--- a/vendor/librune/lib/builder/u8strpushstr.c
+++ b/vendor/librune/lib/builder/u8strpushstr.c
@@ -5,8 +5,8 @@
#include "internal/common.h"
-struct u8buf *
-u8strpushstr(struct u8buf *b, const char *s)
+struct u8str *
+u8strpushstr(struct u8str *b, const char *s)
{
size_t n = strlen(s);
if (!u8strgrow(b, b->len + n))