diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-04-05 15:49:41 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-04-05 15:49:41 +0300 |
commit | d15b4ca90639d0e6a5caab9ec905e49228072faf (patch) | |
tree | b929a2fed7cc997a5e18e42e74858c09d8258306 /src/test/nxt_utf8_test.c | |
parent | 49bd3a21e0f995c895b445c0566227661418c2bc (diff) | |
download | unit-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.c | 2 |
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. */ |