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

This makes typelib output consistent with other dumpers.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Dmitry Timoshkov 2018-07-10 11:41:30 +08:00 committed by Alexandre Julliard
parent 193d0921c9
commit a6d08adcdb
1 changed files with 0 additions and 3 deletions

View File

@ -173,9 +173,6 @@ static int tlb_read_byte(void)
static void print_offset(void)
{
int i;
printf("%04x: ", offset);
for(i=0; i<indent; i++)
printf(" ");
}