summaryrefslogtreecommitdiffstats
path: root/utils/segment/spseg.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-11-03 14:39:20 +0800
committerPeng Wu <alexepico@gmail.com>2010-11-03 14:39:20 +0800
commit40dbcb94a8058ce45edef5c6e5238c32121ebc1e (patch)
treefeac3b338c80b51a29b7772c38a91ebb8bb4db87 /utils/segment/spseg.cpp
parent7e8a335a57c64349318d2e8a8e36eae36a8fa8f7 (diff)
downloadlibpinyin-40dbcb94a8058ce45edef5c6e5238c32121ebc1e.tar.gz
libpinyin-40dbcb94a8058ce45edef5c6e5238c32121ebc1e.tar.xz
libpinyin-40dbcb94a8058ce45edef5c6e5238c32121ebc1e.zip
fixes a typo
Diffstat (limited to 'utils/segment/spseg.cpp')
-rw-r--r--utils/segment/spseg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/segment/spseg.cpp b/utils/segment/spseg.cpp
index a499f19..8c4fd00 100644
--- a/utils/segment/spseg.cpp
+++ b/utils/segment/spseg.cpp
@@ -148,7 +148,7 @@ int main(int argc, char * argv[]){
}
//init phrase table
- g_phrases = new PhraseLargeTable;
+ g_phrases = new PhraseLargeTable;
FILE * gb_file = fopen("../../data/gb_char.table", "r");
if ( gb_file == NULL ){
fprintf(stderr, "can't open gb_char.table!\n");