From: Sami Kerola Date: Sat, 9 Apr 2011 19:40:40 +0000 (+0200) Subject: scriptreplay: end printing with new line X-Git-Tag: v2.20-rc1~356 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f004a02d80205e2491404de68fbcd107d325c138;p=thirdparty%2Futil-linux.git scriptreplay: end printing with new line Depending on opinion this is either modest bug fix or tiny improvement. Signed-off-by: Sami Kerola --- diff --git a/term-utils/scriptreplay.c b/term-utils/scriptreplay.c index 992e949f90..87de3fd1eb 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); }