diff --git a/contrib/itmdump.c b/contrib/itmdump.c index 9d313ffbf..fe8354934 100644 --- a/contrib/itmdump.c +++ b/contrib/itmdump.c @@ -146,7 +146,7 @@ static void show_hard(FILE *f, int c) unsigned size; char *label; - printf("DWT - ", type); + printf("DWT - "); if (!read_varlen(f, c, &value)) return; @@ -216,7 +216,7 @@ static void show_hard(FILE *f, int c) } break; default: - printf("UNDEFINED"); + printf("UNDEFINED, rawtype: %x", type); break; }