From bb678a6ac507974300df3b7f73e66886b5828389 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Sat, 26 Jan 2008 17:04:56 +0100 Subject: [PATCH] Remove extra newline in hexdump output --- tools.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools.c b/tools.c index 76e960c..9acd6a9 100644 --- a/tools.c +++ b/tools.c @@ -370,8 +370,6 @@ void hexdump(u8 *x, u32 n) } fprintf(stderr, "\n"); } - if (n & 15) - fprintf(stderr, "\n"); } void dump_tmd(u8 *tmd) -- 2.11.4.GIT