comparison 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
comparison
equal deleted inserted replaced
534:beb8eab9276a 535:88962b111edc
95 fprintf(stderr, 95 fprintf(stderr,
96 "%s line %d: S7 without any preceding S3 data records\n", 96 "%s line %d: S7 without any preceding S3 data records\n",
97 xramimage.filename, xramimage.lineno); 97 xramimage.filename, xramimage.lineno);
98 exit(1); 98 exit(1);
99 } 99 }
100 putchar('\n'); /* newline after the dots */
100 if (xram_run_baudrate != current_baud_rate) { 101 if (xram_run_baudrate != current_baud_rate) {
101 resp = loadagent_switch_baud(xram_run_baudrate); 102 resp = loadagent_switch_baud(xram_run_baudrate);
102 if (resp) 103 if (resp)
103 exit(1); 104 exit(1);
104 } 105 }