From: Ian Jackson Date: Tue, 1 Jun 2010 16:34:44 +0000 (+0100) Subject: Newline after show's full stop X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=95666dd4a955dd57f623ce896fea56813ab822bd;p=innduct.git Newline after show's full stop --- 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"); }