summaryrefslogtreecommitdiffstats
path: root/tests/lookup/test_pinyin_lookup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lookup/test_pinyin_lookup.cpp')
-rw-r--r--tests/lookup/test_pinyin_lookup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lookup/test_pinyin_lookup.cpp b/tests/lookup/test_pinyin_lookup.cpp
index ab67e0d..c232134 100644
--- a/tests/lookup/test_pinyin_lookup.cpp
+++ b/tests/lookup/test_pinyin_lookup.cpp
@@ -19,7 +19,7 @@ int main( int argc, char * argv[]){
const char * bin_file = pinyin_phrase_files[i];
if (NULL == bin_file)
continue;
- gchar * filename = g_build_filename("..", "..", "data", bin_file,NULL);
+ gchar * filename = g_build_filename("..", "..", "data", bin_file, NULL);
chunk = new MemoryChunk;
chunk->load(filename);
phrase_index.load(i, chunk);