summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index b63d4da9..2835b792 100644
--- a/utf8.c
+++ b/utf8.c
@@ -43,7 +43,7 @@
#ifndef FULL_UNICODE
static void conversion_error(void)
{
- uw_throw(range_error_s,
+ uw_throw(range_error_s,
lit("encountered utf-8 character that needs full unicode support"));
}
#endif