From fffb75f316a283dbd097b21e3a544e29ff4a3bf5 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 6 Feb 2012 16:50:27 +0800 Subject: fixes libpinyin tools --- utils/storage/gen_binary_files.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/storage/gen_binary_files.cpp') 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); } -- cgit