changeset 59:323a4b75a32d

atrau-parse: add blank separator lines to output for better readability
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 25 Sep 2024 17:52:26 +0000
parents a7ede064f883
children eeb28c9c633a
files d144/atrau-parse.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/d144/atrau-parse.c	Wed Sep 25 17:50:41 2024 +0000
+++ b/d144/atrau-parse.c	Wed Sep 25 17:52:26 2024 +0000
@@ -113,6 +113,7 @@
 		printf("Frame at 0x%lx:\n", file_offset);
 		decode_ra2(frame_in, frame_bits);
 		dump_frame(frame_bits);
+		putchar('\n');
 	}
 	exit(0);
 }