summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_custom2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_custom2.h')
-rw-r--r--src/storage/pinyin_custom2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/pinyin_custom2.h b/src/storage/pinyin_custom2.h
index 9729fad..ce6012a 100644
--- a/src/storage/pinyin_custom2.h
+++ b/src/storage/pinyin_custom2.h
@@ -67,7 +67,7 @@ enum PinyinCorrection2{
PINYIN_CORRECT_UE_VE = 1U << 26,
PINYIN_CORRECT_V_U = 1U << 27,
PINYIN_CORRECT_ON_ONG = 1U << 28,
- PINYIN_CORRECT_ALL = 0xFFU << 9
+ PINYIN_CORRECT_ALL = 0xFFU << 21
};
};