summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-23 17:21:34 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-23 17:21:34 +0000
commit21b23f8e54fadd2aba369ef4f7ce0c8784168226 (patch)
treefdbd09671c54da275344304171fb906ed33806b0 /utf8.c
parentfce889235ca27879ae326b6208afaf3a759acc66 (diff)
Sync OpenBSD patchset 424:
%zu not %u, doh.
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utf8.c b/utf8.c
index e05d55ce..182cd101 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1,4 +1,4 @@
-/* $Id: utf8.c,v 1.10 2009-10-23 17:16:25 tcunha Exp $ */
+/* $Id: utf8.c,v 1.11 2009-10-23 17:21:34 tcunha Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -227,7 +227,7 @@ utf8_open(struct utf8_data *utf8data, u_char ch)
/*
* Append character to UTF-8, closing if finished.
*
- * Returns 1 if more UTF-8 data to come, 1 if finished.
+ * Returns 1 if more UTF-8 data to come, 0 if finished.
*/
int
utf8_append(struct utf8_data *utf8data, u_char ch)