aboutsummaryrefslogtreecommitdiff
path: root/vendor/librune/lib/builder/u8strfree.c
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/librune/lib/builder/u8strfree.c')
-rw-r--r--vendor/librune/lib/builder/u8strfree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/librune/lib/builder/u8strfree.c b/vendor/librune/lib/builder/u8strfree.c
index f425691..506c71b 100644
--- a/vendor/librune/lib/builder/u8strfree.c
+++ b/vendor/librune/lib/builder/u8strfree.c
@@ -3,7 +3,7 @@
#include "builder.h"
void
-u8strfree(struct u8buf b)
+u8strfree(struct u8str b)
{
free(b.p);
}