mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Forgot new line
This commit is contained in:
parent
74fc521ebf
commit
a037bc03b5
@ -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++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user