From a037bc03b590621ecbc771bd4d67cc8c5e5d8ece Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 6 Nov 2022 02:48:39 +0200 Subject: [PATCH] Forgot new line --- Library/dumper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/dumper.cpp b/Library/dumper.cpp index 73313c7..be2aaaf 100644 --- a/Library/dumper.cpp +++ b/Library/dumper.cpp @@ -63,7 +63,7 @@ void DumpData(const char *Description, void *Address, unsigned long Length) WriteRaw(" %s\n", Buffer); WriteRaw("-------------------------------------------------------------------------\n"); - WriteRaw("Length: %ld bytes", Length); + WriteRaw("Length: %ld bytes\n", Length); uint8_t *result = md5File(AddressChar, Length); WriteRaw("MD5: "); for (int i = 0; i < 16; i++)