FreeCalypso > hg > freecalypso-tools
diff loadtools/chainload.c @ 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 | e7502631a0f9 |
children | dc05170ab113 |
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)