summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_index.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-04-07 16:25:06 +0800
committerPeng Wu <alexepico@gmail.com>2013-04-07 16:25:06 +0800
commitc7e3226b3090e7a54c16bcf0fe0b8f23f6cc2122 (patch)
treecbf39d047bd665dfc9e5698f95e95275d699f0e3 /src/storage/phrase_index.h
parent92df059d779e886d02b8a77d00fea8af297578cb (diff)
downloadlibpinyin-c7e3226b3090e7a54c16bcf0fe0b8f23f6cc2122.tar.gz
libpinyin-c7e3226b3090e7a54c16bcf0fe0b8f23f6cc2122.tar.xz
libpinyin-c7e3226b3090e7a54c16bcf0fe0b8f23f6cc2122.zip
write table info in progress
Diffstat (limited to 'src/storage/phrase_index.h')
-rw-r--r--src/storage/phrase_index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/phrase_index.h b/src/storage/phrase_index.h
index 6a14ff7..0ecfbec 100644
--- a/src/storage/phrase_index.h
+++ b/src/storage/phrase_index.h
@@ -839,7 +839,7 @@ typedef enum {
} PHRASE_FILE_TYPE;
typedef struct {
- const PHRASE_INDEX_LIBRARIES m_dict_index; /* for assert purpose. */
+ const guint8 m_dict_index; /* for assert purpose. */
const char * m_table_filename;
const char * m_system_filename;
const char * m_user_filename;