diff options
| author | Peng Wu <alexepico@gmail.com> | 2025-11-18 12:11:22 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2025-11-18 12:11:22 +0800 |
| commit | abc125f509b266701258babc1475f29fc7fed51a (patch) | |
| tree | 86d76fe1ccac9bdd6c0d44cb0614084be3418263 | |
| parent | babb16de00a39c30d556882dbae47024c66b5ce5 (diff) | |
| download | libpinyin-abc125f509b266701258babc1475f29fc7fed51a.tar.gz libpinyin-abc125f509b266701258babc1475f29fc7fed51a.tar.xz libpinyin-abc125f509b266701258babc1475f29fc7fed51a.zip | |
Fix some typo
| -rw-r--r-- | src/storage/flexible_ngram_tkrzwdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/flexible_ngram_tkrzwdb.h b/src/storage/flexible_ngram_tkrzwdb.h index 15207e6..c71500f 100644 --- a/src/storage/flexible_ngram_tkrzwdb.h +++ b/src/storage/flexible_ngram_tkrzwdb.h @@ -99,7 +99,7 @@ public: * */ FlexibleBigram(const char * magic_number){ - m_db = nullptr; // Use nullptr + m_db = nullptr; m_magic_header_index[0] = null_token; m_magic_header_index[1] = null_token; |
