comparison d144/atrau-parse.c @ 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
comparison
equal deleted inserted replaced
58:a7ede064f883 59:323a4b75a32d
111 exit(1); 111 exit(1);
112 } 112 }
113 printf("Frame at 0x%lx:\n", file_offset); 113 printf("Frame at 0x%lx:\n", file_offset);
114 decode_ra2(frame_in, frame_bits); 114 decode_ra2(frame_in, frame_bits);
115 dump_frame(frame_bits); 115 dump_frame(frame_bits);
116 putchar('\n');
116 } 117 }
117 exit(0); 118 exit(0);
118 } 119 }