comparison rvinterf/tmsh/rftablewr.c @ 147:d2a79b68789b

rftablewr.c: forgot the newline at the end of the ramp-down output
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 Feb 2017 05:41:24 +0000
parents 1782fbfa4860
children
comparison
equal deleted inserted replaced
146:1782fbfa4860 147:d2a79b68789b
204 fprintf(outf, " %3u", bin[i]); 204 fprintf(outf, " %3u", bin[i]);
205 putc('\n', outf); 205 putc('\n', outf);
206 fputs("ramp-down", outf); 206 fputs("ramp-down", outf);
207 for (i = 0; i < 16; i++) 207 for (i = 0; i < 16; i++)
208 fprintf(outf, " %3u", bin[i+16]); 208 fprintf(outf, " %3u", bin[i+16]);
209 } 209 putc('\n', outf);
210 }