Skip to content
Snippets Groups Projects
Commit a6d08adc authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard
Browse files

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


This makes typelib output consistent with other dumpers.

Signed-off-by: default avatarJacek Caban <jacek@codeweavers.com>
Signed-off-by: default avatarDmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 193d0921
No related branches found
No related tags found
No related merge requests found
......@@ -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(" ");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment