summaryrefslogtreecommitdiffstats
path: root/term-utils/scriptreplay.c
diff options
context:
space:
mode:
authorSami Kerola2011-04-09 21:40:40 +0200
committerKarel Zak2011-04-12 13:35:37 +0200
commitf004a02d80205e2491404de68fbcd107d325c138 (patch)
tree4bc1a1c1f03761092eda167fe0388652d2552817 /term-utils/scriptreplay.c
parentlibmount: avoid redundant declaration of mnt_context_do_umount (diff)
downloadkernel-qcow2-util-linux-f004a02d80205e2491404de68fbcd107d325c138.tar.gz
kernel-qcow2-util-linux-f004a02d80205e2491404de68fbcd107d325c138.tar.xz
kernel-qcow2-util-linux-f004a02d80205e2491404de68fbcd107d325c138.zip
scriptreplay: end printing with new line
Depending on opinion this is either modest bug fix or tiny improvement. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'term-utils/scriptreplay.c')
-rw-r--r--term-utils/scriptreplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/term-utils/scriptreplay.c b/term-utils/scriptreplay.c
index 992e949f9..87de3fd1e 100644
--- a/term-utils/scriptreplay.c
+++ b/term-utils/scriptreplay.c
@@ -178,5 +178,6 @@ main(int argc, char *argv[])
fclose(sfile);
fclose(tfile);
+ printf("\n");
exit(EXIT_SUCCESS);
}