From 95666dd4a955dd57f623ce896fea56813ab822bd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 1 Jun 2010 17:34:44 +0100 Subject: [PATCH] Newline after show's full stop --- cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.c b/cli.c index e44a939..9631539 100644 --- a/cli.c +++ b/cli.c @@ -448,5 +448,5 @@ CCMD(dump) { CCMD(dumphere) { dumpinfo(c,cc->out); - fprintf(cc->out, "."); + fprintf(cc->out, ".\n"); } -- 2.30.2