summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-09-02 14:33:23 +0800
committerPeng Wu <alexepico@gmail.com>2010-09-02 14:38:18 +0800
commite45b28dcf7234954f47192a65049caa1c231fe83 (patch)
treec7eb80d08cd61dcf3672a50206d30d21ecdac23c /tests
parent82cbc78740e1bf34514137eddba58fa16e9788ac (diff)
downloadlibpinyin-e45b28dcf7234954f47192a65049caa1c231fe83.tar.gz
libpinyin-e45b28dcf7234954f47192a65049caa1c231fe83.tar.xz
libpinyin-e45b28dcf7234954f47192a65049caa1c231fe83.zip
fixes a typo
Diffstat (limited to 'tests')
-rw-r--r--tests/storage/test_pinyin_index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_pinyin_index.cpp b/tests/storage/test_pinyin_index.cpp
index d9a5abf..b1e0f14 100644
--- a/tests/storage/test_pinyin_index.cpp
+++ b/tests/storage/test_pinyin_index.cpp
@@ -131,7 +131,7 @@ int main( int argc, char * argv[]){
for ( size_t o = 0; o < item.get_phrase_length(); ++o){
printf("%s'", pinyin_buffer[o].get_key_string());
}
- printf("\b \t %d", freq);
+ printf("\b\t%d\t", freq);
}
printf("\n");
}