summaryrefslogtreecommitdiffhomepage
path: root/src/test/nxt_utf8_test.c
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2018-04-05 15:49:41 +0300
committerValentin Bartenev <vbart@nginx.com>2018-04-05 15:49:41 +0300
commitd15b4ca90639d0e6a5caab9ec905e49228072faf (patch)
treeb929a2fed7cc997a5e18e42e74858c09d8258306 /src/test/nxt_utf8_test.c
parent49bd3a21e0f995c895b445c0566227661418c2bc (diff)
downloadunit-d15b4ca90639d0e6a5caab9ec905e49228072faf.tar.gz
unit-d15b4ca90639d0e6a5caab9ec905e49228072faf.tar.bz2
Style.
Diffstat (limited to 'src/test/nxt_utf8_test.c')
-rw-r--r--src/test/nxt_utf8_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/nxt_utf8_test.c b/src/test/nxt_utf8_test.c
index 5ca048ae..7a6dcd33 100644
--- a/src/test/nxt_utf8_test.c
+++ b/src/test/nxt_utf8_test.c
@@ -21,7 +21,7 @@ static u_char invalid[] = {
3, 0xC0, 0x00, 0x00, 0x00,
4, 0xC0, 0x00, 0x00, 0x00,
- /* Invalid 0x0x110000 value. */
+ /* Invalid 0x110000 value. */
4, 0xF4, 0x90, 0x80, 0x80,
/* Incomplete length. */