diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-01-27 23:26:42 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-01-27 23:26:42 +0100 |
commit | 679f7928e27a95e559eb3a69febf0c6336e40234 (patch) | |
tree | af9c5bb35253086eb8e3ad3d7774e7349b3beefe /vendor/librune/lib/builder/u8strfree.c | |
parent | fd502fd87b40ae7f60314d8d9009f739f1c5fcf3 (diff) |
Bump librune
Diffstat (limited to 'vendor/librune/lib/builder/u8strfree.c')
-rw-r--r-- | vendor/librune/lib/builder/u8strfree.c | 2 |
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); } |