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>
This commit is contained in:
parent
193d0921c9
commit
a6d08adcdb
|
@ -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(" ");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue