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++)