# HG changeset patch
# User Mychaela Falconia <falcon@freecalypso.org>
# Date 1560979388 0
# Node ID 88962b111edc281721055225acdd98d80a2df7a1
# Parent  beb8eab9276a48a4aa5882d009a450d5306c76d5
fc-xram: print a newline after the dots

diff -r beb8eab9276a -r 88962b111edc loadtools/chainload.c
--- 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)