changeset 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 0e7a85356130
files rvinterf/tmsh/rftablewr.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rvinterf/tmsh/rftablewr.c	Mon Feb 27 05:25:36 2017 +0000
+++ b/rvinterf/tmsh/rftablewr.c	Mon Feb 27 05:41:24 2017 +0000
@@ -206,4 +206,5 @@
 	fputs("ramp-down", outf);
 	for (i = 0; i < 16; i++)
 		fprintf(outf, " %3u", bin[i+16]);
+	putc('\n', outf);
 }