From 92e4d3dffcb47d7c89fd04f7f55803f903bc16b8 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 21 Apr 2020 07:26:38 +0000 Subject: Wrong indent in comment --- generic/tclUtf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/tclUtf.c b/generic/tclUtf.c index 6908985..8954f6b 100644 --- a/generic/tclUtf.c +++ b/generic/tclUtf.c @@ -863,7 +863,7 @@ Tcl_UtfFindLast( * Given a pointer to some location in a UTF-8 string, Tcl_UtfNext * returns a pointer to the next UTF-8 character in the string. * The caller must not ask for the next character after the last - * character in the string if the string is not terminated by a null + * character in the string if the string is not terminated by a null * character. * * Results: -- cgit v0.12