From 7f383c6726fd71c23d622753152faf749124ca22 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Thu, 1 Dec 2011 17:25:36 +1000 Subject: Add support for lightweight namespaces See README.namespaces Signed-off-by: Steve Bennett --- utf8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utf8.h') diff --git a/utf8.h b/utf8.h index 2a3ce01..71fd6ff 100644 --- a/utf8.h +++ b/utf8.h @@ -15,7 +15,7 @@ /** * Converts the given unicode codepoint (0 - 0x1fffff) to utf-8 * and stores the result at 'p'. - * + * * Returns the number of utf-8 characters (up to MAX_UTF8_LEN). */ int utf8_fromunicode(char *p, unsigned uc); -- cgit v1.1