chiark / gitweb /
Newline after show's full stop
[innduct.git] / cli.c
diff --git a/cli.c b/cli.c
index e44a93949fbedf9f37fea5f169fb14051e7a762a..963153918ae6ddc532969bb40668f3eec4f96ae3 100644 (file)
--- 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");
 }