Always print a newline char at the end of the line.
This commit is contained in:
parent
0b80d21bdf
commit
6ec6fb9bc6
@ -978,8 +978,9 @@ hexdump(const void *ptr, int length, const char *hdr, int flags)
|
||||
else
|
||||
printf(".");
|
||||
}
|
||||
printf("|\n");
|
||||
printf("|");
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user