summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-11-27 14:38:36 +0100
committerpgen <p.gen.progs@gmail.com>2020-11-27 14:38:36 +0100
commit7126ac1e61c04f400b8178b2090a0a2de2c96637 (patch)
treef905a9bfa48143784855b1474be81af90284fb5a /utf8.c
parent975d1b899c0df617375fa4cfb41fbe299378a686 (diff)
Improve comments
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8.c b/utf8.c
index b72d449..6193bde 100644
--- a/utf8.c
+++ b/utf8.c
@@ -531,6 +531,7 @@ utf8_strprefix(char * d, char * s, long n, long * pos)
/* ================================================== */
/* Converts a UTF-8 glyph string to a wchar_t string. */
+/* The returned string must be freed by the caller. */
/* ================================================== */
wchar_t *
utf8_strtowcs(char * s)