# HG changeset patch # User Matti Hamalainen # Date 1583345859 -7200 # Node ID 527a4d29d3844754bff269d06e8b779ea5ff7d9e # Parent 81d1a3f53b87bc5ae992f8443915d83225dfcb1a Typofix :S diff -r 81d1a3f53b87 -r 527a4d29d384 th_string.h --- a/th_string.h Wed Mar 04 19:47:21 2020 +0200 +++ b/th_string.h Wed Mar 04 20:17:39 2020 +0200 @@ -173,7 +173,7 @@ int th_split_string(const th_char_t *str, th_char_t ***elems, size_t *nelems, const th_char_t *sep); int th_join_string_elems(th_char_t **str, const th_strelems_t *ctx, const th_char_t *sep); int th_join_string(th_char_t **str, th_char_t **elems, const size_t nelems, const th_char_t *sep); -void th_strlems_free(th_strelems_t *ctx); +void th_strelems_free(th_strelems_t *ctx); /* Internal printf() implementation. NOTICE! This API may be unstable.