summaryrefslogtreecommitdiffstats
path: root/utils/segment/spseg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/segment/spseg.cpp')
-rw-r--r--utils/segment/spseg.cpp3
1 files changed, 3 insertions, 0 deletions
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;
}