Commit a6d08adc authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

winedump: Stop prepending every line of information with an offset.

This makes typelib output consistent with other dumpers. Signed-off-by: 's avatarJacek Caban <jacek@codeweavers.com> Signed-off-by: 's avatarDmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 193d0921
...@@ -173,9 +173,6 @@ static int tlb_read_byte(void) ...@@ -173,9 +173,6 @@ static int tlb_read_byte(void)
static void print_offset(void) static void print_offset(void)
{ {
int i; int i;
printf("%04x: ", offset);
for(i=0; i<indent; i++) for(i=0; i<indent; i++)
printf(" "); printf(" ");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment