# HG changeset patch
# User Mychaela Falconia <falcon@freecalypso.org>
# Date 1727286746 0
# Node ID 323a4b75a32dd6ad38f271d011f5f57474f0794d
# Parent  a7ede064f883eab9f2e8046102613a51620b6517
atrau-parse: add blank separator lines to output
for better readability

diff -r a7ede064f883 -r 323a4b75a32d d144/atrau-parse.c
--- 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);
 }