diff options
-rw-r--r-- | utils/segment/ngseg.cpp | 2 | ||||
-rw-r--r-- | utils/segment/spseg.cpp | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/utils/segment/ngseg.cpp b/utils/segment/ngseg.cpp index c1a06a7..596920d 100644 --- a/utils/segment/ngseg.cpp +++ b/utils/segment/ngseg.cpp @@ -202,6 +202,8 @@ int main(int argc, char * argv[]){ printf("\n"); } + /* print enter at file tail */ + printf("\n"); g_array_free(current_utf16, TRUE); free(linebuf); return 0; diff --git a/utils/segment/spseg.cpp b/utils/segment/spseg.cpp index 6a54288..65fe471 100644 --- a/utils/segment/spseg.cpp +++ b/utils/segment/spseg.cpp @@ -206,5 +206,8 @@ int main(int argc, char * argv[]){ g_array_free(strings, TRUE); g_free(sentence); } + + /* print enter at file tail */ + printf("\n"); return 0; } |