summaryrefslogtreecommitdiff
path: root/src/gb18030.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gb18030.c')
-rw-r--r--src/gb18030.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gb18030.c b/src/gb18030.c
index 1da19b4..3dcfca6 100644
--- a/src/gb18030.c
+++ b/src/gb18030.c
@@ -2,7 +2,7 @@
gb18030.c - Oniguruma (regular expression library)
**********************************************************************/
/*-
- * Copyright (c) 2005-2020 KUBO Takehiro <kubo AT jiubao DOT org>
+ * Copyright (c) 2005-2023 KUBO Takehiro <kubo AT jiubao DOT org>
* K.Kosako
* All rights reserved.
*
@@ -180,7 +180,7 @@ gb18030_is_code_ctype(OnigCodePoint code, unsigned int ctype)
enum state {
S_START = 0,
- S_one_C2 = 1,
+ S_one_C2,
S_one_C4,
S_one_CM,