changeset 535:88962b111edc

fc-xram: print a newline after the dots
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 19 Jun 2019 21:23:08 +0000
parents beb8eab9276a
children dc05170ab113
files loadtools/chainload.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/loadtools/chainload.c	Tue Jun 18 06:21:31 2019 +0000
+++ b/loadtools/chainload.c	Wed Jun 19 21:23:08 2019 +0000
@@ -97,6 +97,7 @@
 			xramimage.filename, xramimage.lineno);
 		exit(1);
 	}
+	putchar('\n');	/* newline after the dots */
 	if (xram_run_baudrate != current_baud_rate) {
 		resp = loadagent_switch_baud(xram_run_baudrate);
 		if (resp)