aboutsummaryrefslogtreecommitdiff
path: root/vendor/librune/lib/builder/u8strpushr.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-27 23:26:42 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-27 23:26:42 +0100
commit679f7928e27a95e559eb3a69febf0c6336e40234 (patch)
treeaf9c5bb35253086eb8e3ad3d7774e7349b3beefe /vendor/librune/lib/builder/u8strpushr.c
parentfd502fd87b40ae7f60314d8d9009f739f1c5fcf3 (diff)
Bump librune
Diffstat (limited to 'vendor/librune/lib/builder/u8strpushr.c')
-rw-r--r--vendor/librune/lib/builder/u8strpushr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/librune/lib/builder/u8strpushr.c b/vendor/librune/lib/builder/u8strpushr.c
index 89bb64f..60c1d50 100644
--- a/vendor/librune/lib/builder/u8strpushr.c
+++ b/vendor/librune/lib/builder/u8strpushr.c
@@ -3,8 +3,8 @@
#include "internal/common.h"
-struct u8buf *
-u8strpushr(struct u8buf *b, rune ch)
+struct u8str *
+u8strpushr(struct u8str *b, rune ch)
{
if (!u8strgrow(b, b->len + u8wdth(ch)))
return nullptr;