diff options
| author | Peng Wu <alexepico@gmail.com> | 2012-02-06 16:50:27 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2012-02-06 16:50:27 +0800 |
| commit | fffb75f316a283dbd097b21e3a544e29ff4a3bf5 (patch) | |
| tree | b685782a2d14ccdef2ca96ce7bc68ea52afadecb /utils/storage/gen_binary_files.cpp | |
| parent | 34909d3887a7ac3f423f00ec0913a2da6447e374 (diff) | |
fixes libpinyin tools
Diffstat (limited to 'utils/storage/gen_binary_files.cpp')
| -rw-r--r-- | utils/storage/gen_binary_files.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/storage/gen_binary_files.cpp b/utils/storage/gen_binary_files.cpp index 4bca2cb..4519064 100644 --- a/utils/storage/gen_binary_files.cpp +++ b/utils/storage/gen_binary_files.cpp @@ -59,7 +59,7 @@ int main(int argc, char * argv[]){ g_free(filename); if ( gbfile == NULL) { - fprintf(stderr, "open gb_char.table failed!"); + fprintf(stderr, "open gb_char.table failed!\n"); exit(ENOENT); } @@ -75,7 +75,7 @@ int main(int argc, char * argv[]){ g_free(filename); if ( gbkfile == NULL) { - fprintf(stderr, "open gbk_char.table failed!"); + fprintf(stderr, "open gbk_char.table failed!\n"); exit(ENOENT); } |
