Forgot new line

This commit is contained in:
Alex 2022-11-06 02:48:39 +02:00
parent 74fc521ebf
commit a037bc03b5
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

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