From 89e044aeec01973e40409009e3aac2679e80850a Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 8 May 2022 17:21:52 -0700 Subject: Remove extraneous newline (we still have some other one somewhere) --- tool/p8bin2uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/p8bin2uart.c') diff --git a/tool/p8bin2uart.c b/tool/p8bin2uart.c index 88c19cd..5d5a708 100644 --- a/tool/p8bin2uart.c +++ b/tool/p8bin2uart.c @@ -191,7 +191,7 @@ dump(unsigned int wordsperline) nextaddr = a + wordsperline; } if (nextaddr != 32768) - print(" !%x\n", (unsigned int)((32768 - nextaddr) / wordsperline)); + print(" !%x", (unsigned int)((32768 - nextaddr) / wordsperline)); flush(); } -- cgit v1.2.3