changeset 178:c8806a5d4a6a

fc-e1decode: forgot terminating newline on osc lines
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 25 Mar 2017 20:50:18 +0000
parents 2133c475f5bd
children da02ce0ac815
files ringtools/fc-e1decode.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ringtools/fc-e1decode.c	Sat Mar 25 20:44:02 2017 +0000
+++ b/ringtools/fc-e1decode.c	Sat Mar 25 20:50:18 2017 +0000
@@ -100,6 +100,7 @@
 			extraword >> 13, (extraword >> 10) & 7,
 			(extraword >> 7) & 7, (extraword >> 4) & 7);
 	}
+	putc('\n', outf);
 }
 
 process_block(timeword)